Files
loongoffice/android/sdremote/res/layout/activity_selector_sublayout_server.xml
Andrzej J.R. Hunt 61f92ee500 CommunicationService completely threaded. Preparations for pairing.
Change-Id: If5a984230e776b380b8e536655cef061d2298e15
2012-08-13 21:41:34 +02:00

21 lines
716 B
XML

<?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="wrap_content"
android:orientation="vertical" android:clickable="true" >
<ImageView
android:id="@+id/sub_divider"
android:layout_width="fill_parent"
android:layout_height="1dip"
android:src="@color/medium_grey" />
<TextView
android:id="@+id/selector_sub_label"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="10dip"
android:textAppearance="?android:attr/textAppearanceMedium"
/>
</LinearLayout>