mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
34 lines
No EOL
1.1 KiB
XML
Executable file
34 lines
No EOL
1.1 KiB
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:layout_toLeftOf="@+id/upload_group_right_button"
|
|
android:divider="@null"
|
|
android:dividerHeight="0dp"
|
|
android:ellipsize="middle"
|
|
android:showDividers="none"
|
|
/>
|
|
|
|
<!-- This would be just too many buttons.
|
|
<Button
|
|
android:id="@+id/upload_group_right_button"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="0dp"
|
|
android:layout_alignBottom="@+id/uploadListGroupName"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_alignParentTop="true"
|
|
style="?android:attr/buttonStyleSmall"
|
|
android:focusable="false"
|
|
android:focusableInTouchMode="false"
|
|
android:text="CLEAR"
|
|
/>
|
|
-->
|
|
|
|
|
|
</RelativeLayout> |