smaller gold/silver/gems icon size
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 581 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 408 B |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 470 B |
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 996 B |
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 3.4 KiB |
|
|
@ -76,7 +76,7 @@
|
|||
app:tabIndicatorColor="@android:color/white"
|
||||
app:tabMode="fixed" />
|
||||
|
||||
</android.support.design.widget.AppBarLayout>/
|
||||
</android.support.design.widget.AppBarLayout>
|
||||
|
||||
|
||||
<com.github.clans.fab.FloatingActionMenu
|
||||
|
|
|
|||
|
|
@ -63,10 +63,10 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:drawableLeft="@drawable/ic_header_warrior"
|
||||
android:drawableStart="@drawable/ic_header_warrior"
|
||||
android:drawablePadding="8dp"
|
||||
android:drawablePadding="6dp"
|
||||
android:gravity="center"
|
||||
android:text="Lv 6 Warrior"
|
||||
android:textSize="16sp"
|
||||
android:textSize="14sp"
|
||||
android:textColor="@color/textColorSecondaryDark"/>
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
|
|
@ -80,9 +80,9 @@
|
|||
android:drawableStart="@drawable/ic_header_gold"
|
||||
android:layout_width="wrap_content"
|
||||
android:gravity="center"
|
||||
android:drawablePadding="8dp"
|
||||
android:drawablePadding="6dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="18sp"
|
||||
android:textSize="14sp"
|
||||
android:text="24"
|
||||
android:textColor="@color/textColorSecondaryDark"
|
||||
/>
|
||||
|
|
@ -91,13 +91,13 @@
|
|||
android:drawableStart="@drawable/ic_header_silver"
|
||||
android:layout_width="wrap_content"
|
||||
android:gravity="center"
|
||||
android:drawablePadding="8dp"
|
||||
android:drawablePadding="6dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="18sp"
|
||||
android:textSize="14sp"
|
||||
android:text="10"
|
||||
android:textColor="@color/textColorSecondaryDark"
|
||||
android:layout_marginLeft="24dp"
|
||||
android:layout_marginStart="24dp"
|
||||
android:layout_marginLeft="16dp"
|
||||
android:layout_marginStart="16dp"
|
||||
/>
|
||||
<TextView
|
||||
android:drawableLeft="@drawable/ic_header_gem"
|
||||
|
|
@ -106,11 +106,11 @@
|
|||
android:gravity="center"
|
||||
android:drawablePadding="8dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="18sp"
|
||||
android:textSize="14sp"
|
||||
android:text="8"
|
||||
android:textColor="@color/textColorSecondaryDark"
|
||||
android:layout_marginLeft="24dp"
|
||||
android:layout_marginStart="24dp"
|
||||
android:layout_marginLeft="16dp"
|
||||
android:layout_marginStart="16dp"
|
||||
/>
|
||||
</LinearLayout>
|
||||
</RelativeLayout>
|
||||