Set horizontal margin to 32dp

pull/49/head
Zakhar Timoshenko 5 years ago
parent 73562a2fd2
commit 785be28ebd

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout <LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical" android:orientation="vertical"
android:gravity="center"> android:gravity="center"
android:layout_marginHorizontal="32dp">
<ImageView <ImageView
android:id="@+id/icon" android:id="@+id/icon"

Loading…
Cancel
Save