mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 13:45:35 +03:00
19 lines
No EOL
631 B
XML
Executable file
19 lines
No EOL
631 B
XML
Executable file
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content"
|
|
android:paddingTop="3dp" >
|
|
|
|
<TextView
|
|
android:id="@+id/uploadListGroupName"
|
|
style="?android:attr/listSeparatorTextViewStyle"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center_vertical"
|
|
android:divider="@null"
|
|
android:dividerHeight="0dp"
|
|
android:ellipsize="middle"
|
|
android:showDividers="none"
|
|
android:textColor="@color/color_accent"
|
|
android:paddingLeft="16dp"
|
|
/>
|
|
|
|
</RelativeLayout> |