Merge "Improve the Dashboard layout"
This commit is contained in:
committed by
Android (Google) Code Review
commit
74fb759f50
@@ -22,9 +22,10 @@
|
|||||||
|
|
||||||
<TextView android:id="@+id/category_title"
|
<TextView android:id="@+id/category_title"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="@dimen/dashboard_category_title_height"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
android:ellipsize="marquee"
|
android:ellipsize="marquee"
|
||||||
|
android:gravity="center_vertical"
|
||||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||||
android:textAlignment="viewStart"
|
android:textAlignment="viewStart"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -88,4 +88,6 @@
|
|||||||
<!-- Dashboard padding between each tiles within the layout -->
|
<!-- Dashboard padding between each tiles within the layout -->
|
||||||
<dimen name="dashboard_cell_gap">4dp</dimen>
|
<dimen name="dashboard_cell_gap">4dp</dimen>
|
||||||
|
|
||||||
|
<dimen name="dashboard_category_title_height">48dp</dimen>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
Reference in New Issue
Block a user