smaller gold/silver/gems icon size

This commit is contained in:
Mickael Goubin 2015-10-29 22:50:40 +01:00
parent 005a6def4d
commit 19a738e91d
17 changed files with 12 additions and 12 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 581 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 408 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 470 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 996 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View file

@ -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

View file

@ -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>