Design Update 3
This commit is contained in:
@@ -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>
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user