1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 19:42:17 +02:00

Dir manager layout and icons

This commit is contained in:
Dmitri Yuranov 2014-04-30 17:48:15 +02:00
parent 29e9ef3cb4
commit f04be9ba15
11 changed files with 7 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 820 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 816 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 658 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 660 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 975 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 977 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

View file

@ -2,7 +2,10 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="fill_parent"
android:layout_width="fill_parent"
android:paddingTop="8dp"
android:paddingLeft="5dp"
android:paddingRight="5dp"
android:paddingBottom="8dp"
>
<ImageView
android:id="@+id/delete"
@ -15,7 +18,8 @@
android:id="@+id/title"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:padding="5dp"
android:paddingLeft="5dp"
android:paddingTop="5dp"
android:layout_toLeftOf="@id/delete"
android:textSize="16dp"/>
android:textSize="16sp"/>
</RelativeLayout>