Design Update 3

This commit is contained in:
Caesar2011
2018-11-18 20:45:13 +01:00
parent 6acea97458
commit 2d160d3b38
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
android:shape="rectangle">
<gradient
android:angle="135"
android:endColor="@color/colorFUGreen"
android:endColor="@color/colorFUGreenDark"
android:startColor="@color/colorFUGreen"
android:type="linear" />
</shape>

View File

@@ -9,7 +9,7 @@
android:gravity="center_vertical|start"
android:textAppearance="@style/TextAppearance.AppCompat.Body2"
android:ellipsize="end"
android:maxLines="1" />
android:maxLines="2" />
<ViewStub
android:id="@+id/design_menu_item_action_area_stub"
android:inflatedId="@+id/design_menu_item_action_area"

View File

@@ -11,7 +11,7 @@
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/cardview_margin"
android:layout_marginStart="@dimen/cardview_margin"
android:layout_marginTop="12dp"
android:layout_marginTop="16dp"
android:layout_marginBottom="4dp"
android:layout_marginRight="@dimen/cardview_margin"
android:layout_marginEnd="@dimen/cardview_margin"