mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2025-02-18 03:44:23 +01:00
17 lines
598 B
XML
17 lines
598 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:id="@+id/excluded_folder_holder"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_marginTop="@dimen/medium_margin"
|
||
|
android:padding="@dimen/activity_margin">
|
||
|
|
||
|
<com.simplemobiletools.commons.views.MyTextView
|
||
|
android:id="@+id/excluded_folder_title"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_centerVertical="true"/>
|
||
|
|
||
|
</RelativeLayout>
|