1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-09-09 18:29:47 +02:00

Fixed duplicate strings and removed unnecessary background colors

This commit is contained in:
vanitasvitae 2016-11-11 20:37:27 +01:00
parent be0a37dbc8
commit dbafcc065c
Signed by: vanitasvitae
GPG key ID: DCCFB3302C9E4615
11 changed files with 3 additions and 19 deletions

View file

@ -2,7 +2,6 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/background_light"
xmlns:tools="http://schemas.android.com/tools"
tools:context=".activity.MainActivity">