This commit is contained in:
str4d
2015-05-29 01:51:39 +00:00
parent b15fc2849c
commit 1b9dd14cfb
2 changed files with 12 additions and 10 deletions

View File

@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/listitem_background">
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/listitem_background">
<TextView
android:id="@+id/folder_name"
@@ -13,7 +14,7 @@
android:paddingLeft="@dimen/nav_horizontal_margin"
android:paddingRight="@dimen/nav_horizontal_margin"
android:paddingStart="@dimen/nav_horizontal_margin"
android:text="Folder Name"
android:textAppearance="@style/TextAppearance.AppCompat.Primary" />
android:textAppearance="@style/TextAppearance.AppCompat.Primary"
tools:text="Folder Name"/>
</RelativeLayout>

View File

@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/listitem_background">
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/listitem_background">
<ImageView
android:id="@+id/folder_icon"
@@ -21,7 +22,7 @@
android:paddingLeft="@dimen/listitem_text_left_margin"
android:paddingRight="@dimen/nav_horizontal_margin"
android:paddingStart="@dimen/listitem_text_left_margin"
android:text="Folder Name"
android:textAppearance="@style/TextAppearance.AppCompat.Primary" />
android:textAppearance="@style/TextAppearance.AppCompat.Primary"
tools:text="Folder Name"/>
</RelativeLayout>