|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 556 B |
|
After Width: | Height: | Size: 613 B |
|
After Width: | Height: | Size: 589 B |
|
After Width: | Height: | Size: 661 B |
|
After Width: | Height: | Size: 339 B |
|
After Width: | Height: | Size: 396 B |
|
After Width: | Height: | Size: 377 B |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 522 B |
|
After Width: | Height: | Size: 745 B |
|
After Width: | Height: | Size: 736 B |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 3.2 KiB |
@ -1,13 +1,26 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<TextView xmlns:android="http://schemas.android.com/apk/res/android" |
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||
xmlns:tools="http://schemas.android.com/tools" |
||||
android:id="@+id/text" |
||||
android:layout_width="40dp" |
||||
android:layout_height="40dp" |
||||
android:background="@drawable/selector_item" |
||||
android:focusable="true" |
||||
android:focusableInTouchMode="true" |
||||
android:gravity="center" |
||||
android:textColor="@color/white" |
||||
android:textSize="16sp" |
||||
tools:text="0" /> |
||||
android:focusableInTouchMode="true"> |
||||
|
||||
<TextView |
||||
android:id="@+id/text" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="match_parent" |
||||
android:gravity="center" |
||||
android:textColor="@color/white" |
||||
android:textSize="16sp" |
||||
tools:text="0" /> |
||||
|
||||
<ImageView |
||||
android:id="@+id/icon" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="match_parent" |
||||
android:scaleType="fitCenter" |
||||
android:src="@drawable/ic_keyboard_back" /> |
||||
|
||||
</FrameLayout> |
||||