2014-12-12 14:01:04 +03:00
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2014-11-27 16:26:31 +03:00
|
|
|
android:layout_width="fill_parent"
|
2014-12-12 14:01:04 +03:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:paddingTop="3dp" >
|
2014-11-27 16:26:31 +03:00
|
|
|
|
2014-12-12 14:01:04 +03:00
|
|
|
<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"
|
2015-08-21 18:32:24 +03:00
|
|
|
android:textColor="@color/color_accent"
|
2016-03-14 18:11:45 +03:00
|
|
|
android:paddingLeft="16dp"
|
2014-12-12 14:01:04 +03:00
|
|
|
/>
|
2014-11-27 16:26:31 +03:00
|
|
|
|
2014-12-12 14:01:04 +03:00
|
|
|
</RelativeLayout>
|