2017-02-26 20:38:18 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<RelativeLayout
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2017-11-16 22:05:44 +01:00
|
|
|
android:id="@+id/manage_folder_holder"
|
2017-02-26 20:38:18 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2017-11-16 22:05:44 +01:00
|
|
|
android:background="?attr/selectableItemBackground"
|
|
|
|
android:clickable="true"
|
|
|
|
android:focusable="true"
|
|
|
|
android:foreground="@drawable/selector"
|
2017-02-26 20:38:18 +01:00
|
|
|
android:padding="@dimen/activity_margin">
|
|
|
|
|
|
|
|
<com.simplemobiletools.commons.views.MyTextView
|
2017-11-16 22:05:44 +01:00
|
|
|
android:id="@+id/manage_folder_title"
|
2017-02-26 21:10:52 +01:00
|
|
|
android:layout_width="match_parent"
|
2017-02-26 20:38:18 +01:00
|
|
|
android:layout_height="wrap_content"
|
2017-02-26 21:10:52 +01:00
|
|
|
android:layout_centerVertical="true"
|
2017-11-16 22:05:44 +01:00
|
|
|
android:layout_marginTop="@dimen/medium_margin"/>
|
2017-02-26 20:38:18 +01:00
|
|
|
|
|
|
|
</RelativeLayout>
|