diff options
-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" |