cleaned card`s xml
This commit is contained in:
parent
d87105d1a2
commit
3268eb8952
1 changed files with 2 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:background="@drawable/wikivoyage_card_bg"
|
||||
android:layout_marginBottom="@dimen/list_content_padding"
|
||||
android:layout_marginTop="@dimen/list_content_padding">
|
||||
android:layout_marginTop="@dimen/list_content_padding"
|
||||
android:background="@drawable/wikivoyage_card_bg">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
|
@ -40,7 +40,6 @@
|
|||
|
||||
</FrameLayout>
|
||||
|
||||
|
||||
<TextView
|
||||
android:id="@+id/description"
|
||||
android:layout_width="match_parent"
|
||||
|
|
Loading…
Reference in a new issue