|
|
@@ -4,8 +4,12 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
tools:context=".ui.home.HomeActivity"
|
|
|
- android:orientation="vertical"
|
|
|
- android:gravity="center_horizontal">
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="359dp"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:background="@android:color/black"/>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_name"
|