fix notice layout (#257)

This commit is contained in:
m2049r 2018-04-25 19:22:02 +02:00 committed by GitHub
parent d7d6601b60
commit 94abc00422
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
android:id="@+id/llNotice"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="8dp"
android:layout_marginTop="8dp"
android:layout_marginBottom="8dp"
android:background="@color/moneroBlue"
android:orientation="horizontal">