Sha256: a22ae9ae0577416b3858bfd8145480c40fffd751ad3416cd52210b003dc1164c

Contents?: true

Size: 1.3 KB

Versions: 115

Compression:

Stored size: 1.3 KB

Contents

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
xmlns:android="http://schemas.android.com/apk/res/android"
>

<ScrollView
android:id="@+id/scrollview"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
>

<TextView
android:id="@+id/logcontent"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
>
</TextView>

</ScrollView>

<LinearLayout
android:id="@+id/buttonLayout"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:gravity="right"
>
	<Button
	android:id="@+id/logviewRefreshButton"
	android:layout_width="wrap_content"
	android:layout_height="wrap_content"
	android:text="Refresh"
	>
	</Button>
	<Button
	android:id="@+id/logviewClearButton"
	android:layout_width="wrap_content"
	android:layout_height="wrap_content"
	android:text="Clear"
	>
	</Button>
	<Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Send" android:id="@+id/logviewSendButton"></Button><Button
	android:id="@+id/logviewCloseButton"
	android:layout_width="wrap_content"
	android:layout_height="wrap_content"
	android:text="Close"
	>
	</Button>

</LinearLayout>

</LinearLayout>

Version data entries

115 entries across 115 versions & 1 rubygems

Version Path
rhodes-3.5.1.12 platform/android/Rhodes/res/layout/logview.xml
rhodes-3.3.5 platform/android/Rhodes/res/layout/logview.xml
rhodes-3.4.2 platform/android/Rhodes/res/layout/logview.xml
rhodes-3.3.4 platform/android/Rhodes/res/layout/logview.xml
rhodes-3.3.3 platform/android/Rhodes/res/layout/logview.xml
rhodes-3.3.3.beta.4 platform/android/Rhodes/res/layout/logview.xml
rhodes-3.3.3.beta.3 platform/android/Rhodes/res/layout/logview.xml
rhodes-3.3.3.beta.2 platform/android/Rhodes/res/layout/logview.xml
rhodes-3.3.3.beta.1 platform/android/Rhodes/res/layout/logview.xml
rhodes-3.3.2 platform/android/Rhodes/res/layout/logview.xml
rhodes-3.3.2.beta.7 platform/android/Rhodes/res/layout/logview.xml
rhodes-3.3.2.beta.6 platform/android/Rhodes/res/layout/logview.xml
rhodes-3.3.2.beta.5 platform/android/Rhodes/res/layout/logview.xml
rhodes-3.3.2.beta.4 platform/android/Rhodes/res/layout/logview.xml
rhodes-3.3.2.beta.3 platform/android/Rhodes/res/layout/logview.xml
rhodes-3.3.2.beta.2 platform/android/Rhodes/res/layout/logview.xml
rhodes-3.3.2.beta.1 platform/android/Rhodes/res/layout/logview.xml
rhodes-3.3.1 platform/android/Rhodes/res/layout/logview.xml
rhodes-3.3.0 platform/android/Rhodes/res/layout/logview.xml
rhodes-3.3.0.beta.3 platform/android/Rhodes/res/layout/logview.xml