Improved wiki styles

master
Tomasz Półgrabia 2016-10-21 22:09:24 +02:00
parent 071f2e2f50
commit 2cb516beec
1 changed files with 27 additions and 36 deletions

View File

@ -1,17 +1,10 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:orientation="horizontal" android:orientation="horizontal"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginLeft="8dp" android:padding="15dp">
android:layout_marginTop="8dp"
android:layout_marginRight="8dp"
android:layout_marginBottom="8dp">
<ImageView android:id="@+id/wiki_locs_item_img_preview" <ImageView android:id="@+id/wiki_locs_item_img_preview"
android:layout_width="80dp" android:layout_width="80dp"
@ -42,6 +35,4 @@
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>
</FrameLayout>