mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-28 15:21:17 +00:00
17 lines
530 B
XML
17 lines
530 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:orientation="vertical"
|
||
|
android:layout_width="fill_parent"
|
||
|
android:layout_height="?android:attr/listPreferredItemHeight" >
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/name"
|
||
|
android:layout_width="fill_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
||
|
android:lines="1"
|
||
|
android:ellipsize="end"
|
||
|
android:padding="4dip" />
|
||
|
|
||
|
</LinearLayout>
|