Sha256: abcd364e9505b98a009604613bb66ff5bbe6e43d82508ece61f2c7565d53f6e6

Contents?: true

Size: 1.73 KB

Versions: 17

Compression:

Stored size: 1.73 KB

Contents

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

    <!--ScrollView
        android:id="@+id/scrollview"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_weight="1" -->

        <ListView
            android:id="@+id/logContainer"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:layout_weight="1" 
            android:stackFromBottom="true" />
            <!--
            android:transcriptMode="normal"/-->
    <!--/ScrollView-->

    <LinearLayout
        android:id="@+id/buttonLayout"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:orientation="horizontal"
        >

	    <Button
	        android:id="@+id/logviewRefreshButton"
	        style="android:style/Widget.Button"
	        android:layout_width="match_parent"
	        android:layout_height="wrap_content"
	        android:layout_weight="1"
	        android:text="Refresh" />
    	<Button
    	    android:id="@+id/logviewClearButton"
	        style="android:style/Widget.Button"
	        android:layout_width="match_parent"
	        android:layout_height="wrap_content"
	        android:layout_weight="1"
	        android:text="Clear" />
    	<Button
	        android:id="@+id/logviewSendButton"
	        style="android:style/Widget.Button"
	        android:layout_width="match_parent"
	        android:layout_height="wrap_content"
	        android:layout_weight="1"
	        android:text="Send" />
    </LinearLayout>

</LinearLayout>

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
rhodes-7.6.0 platform/android/Rhodes/res/layout/logview.xml
rhodes-7.5.1 platform/android/Rhodes/res/layout/logview.xml
rhodes-7.4.1 platform/android/Rhodes/res/layout/logview.xml
rhodes-7.1.17 platform/android/Rhodes/res/layout/logview.xml
rhodes-6.2.0 platform/android/Rhodes/res/layout/logview.xml
rhodes-6.0.11 platform/android/Rhodes/res/layout/logview.xml
rhodes-5.5.18 platform/android/Rhodes/res/layout/logview.xml
rhodes-5.5.17 platform/android/Rhodes/res/layout/logview.xml
rhodes-5.5.15 platform/android/Rhodes/res/layout/logview.xml
rhodes-5.5.0.22 platform/android/Rhodes/res/layout/logview.xml
rhodes-5.5.2 platform/android/Rhodes/res/layout/logview.xml
rhodes-5.5.0.7 platform/android/Rhodes/res/layout/logview.xml
rhodes-5.5.0.3 platform/android/Rhodes/res/layout/logview.xml
rhodes-5.5.0 platform/android/Rhodes/res/layout/logview.xml
tauplatform-1.0.3 platform/android/Rhodes/res/layout/logview.xml
tauplatform-1.0.2 platform/android/Rhodes/res/layout/logview.xml
tauplatform-1.0.1 platform/android/Rhodes/res/layout/logview.xml