Dir manager layout and icons
BIN
res/drawable-hdpi/delete_icon.png
Normal file
After Width: | Height: | Size: 820 B |
BIN
res/drawable-hdpi/delete_icon_pressed.png
Normal file
After Width: | Height: | Size: 816 B |
BIN
res/drawable-mdpi/delete_icon.png
Normal file
After Width: | Height: | Size: 658 B |
BIN
res/drawable-mdpi/delete_icon_pressed.png
Normal file
After Width: | Height: | Size: 660 B |
BIN
res/drawable-xhdpi/delete_icon.png
Normal file
After Width: | Height: | Size: 975 B |
BIN
res/drawable-xhdpi/delete_icon_pressed.png
Normal file
After Width: | Height: | Size: 977 B |
BIN
res/drawable-xxhdpi/delete_icon.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
res/drawable-xxhdpi/delete_icon_pressed.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 4.2 KiB |
|
@ -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>
|
||||
|
|