diff options
Diffstat (limited to 'app/res/layout/activity_main.xml')
-rw-r--r-- | app/res/layout/activity_main.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app/res/layout/activity_main.xml b/app/res/layout/activity_main.xml index 3818751..aabedf4 100644 --- a/app/res/layout/activity_main.xml +++ b/app/res/layout/activity_main.xml @@ -12,9 +12,8 @@ android:textColor="@color/ThemeLight" android:background="@color/black" android:maxLines = "10" - android:layout_marginTop="10dp" - android:layout_marginBottom="10dp" - android:text="" /> + android:layout_marginTop="10dp" + android:layout_marginBottom="10dp" /> <Button android:id="@+id/btn_scan" @@ -54,4 +53,4 @@ </ImageView> - </RelativeLayout>
\ No newline at end of file + </RelativeLayout> |