layout fine-tuning

This commit is contained in:
Felix 2017-11-19 01:33:29 +01:00
parent 63ccdd9d49
commit a46b80e59d
2 changed files with 4 additions and 5 deletions

View file

@ -3,6 +3,8 @@
android:shape="rectangle">
<gradient
android:angle="90"
android:endColor="@android:color/transparent"
android:startColor="#66000000"/>
android:startColor="#88000000"
android:endColor="#88000000"
/>
<!--android:endColor="@android:color/transparent"-->
</shape>

View file

@ -11,9 +11,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginLeft="4dp"
android:layout_marginRight="4dp"
android:layout_marginTop="4dp"
android:foreground="?android:attr/selectableItemBackground"
card_view:cardCornerRadius="4dp">