diff options
author | Marvin Borner | 2018-10-12 15:44:54 +0200 |
---|---|---|
committer | Marvin Borner | 2018-10-12 15:44:54 +0200 |
commit | bb4ebc48500773a4b25cd05297ea924c21f7f6a7 (patch) | |
tree | 6ebfa9c7a865c301898d303a3008cde538482613 | |
parent | e6e87cf4e166a18214e873b2e4aed224d9ca0e88 (diff) |
-rw-r--r-- | app/src/main/res/layout/template_text_post.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/res/layout/template_text_post.xml b/app/src/main/res/layout/template_text_post.xml index a56683c..a11af98 100644 --- a/app/src/main/res/layout/template_text_post.xml +++ b/app/src/main/res/layout/template_text_post.xml @@ -16,8 +16,7 @@ android:layout_marginBottom="16dp" android:layout_marginEnd="16dp" android:layout_marginStart="16dp" - android:layout_marginTop="16dp" - android:background="@android:color/background_light"> + android:layout_marginTop="16dp"> <TextView android:id="@+id/text_post_composer" |