1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2025-03-15 08:29:02 +00:00

Layout fix

This commit is contained in:
M66B 2016-03-14 17:23:54 +01:00
parent 1e81b7ec46
commit cd14008993

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingBottom="8dp"
android:paddingEnd="4dp"
@ -323,7 +323,7 @@
<ImageButton
android:id="@+id/btnClear"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:src="?attr/iconDelete" />