|
@@ -1,7 +1,8 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- android:layout_width="100dp"
|
|
|
- android:layout_height="70dp">
|
|
|
+ android:layout_width="90dp"
|
|
|
+ android:layout_height="70dp"
|
|
|
+ >
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
@@ -22,7 +23,10 @@
|
|
|
android:id="@+id/item_title"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="-4dp"
|
|
|
+ android:layout_marginTop="-1dp"
|
|
|
+ android:textFontWeight="500"
|
|
|
+ android:textSize="10sp"
|
|
|
+ android:textColor="@color/white"
|
|
|
/>
|
|
|
</LinearLayout>
|
|
|
|