mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-26 22:20:24 +00:00
layout fine-tuning
This commit is contained in:
parent
63ccdd9d49
commit
a46b80e59d
2 changed files with 4 additions and 5 deletions
|
@ -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>
|
|
@ -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">
|
||||
|
||||
|
|
Loading…
Reference in a new issue