finalize main activity (for now)
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="@id/topBar"
|
||||
app:layout_constraintBottom_toBottomOf="@id/topBar"
|
||||
android:tint="@color/white"
|
||||
android:tint="@color/secondaryColour"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
@@ -61,7 +61,21 @@
|
||||
app:layout_constraintBottom_toBottomOf="@id/topBar"
|
||||
android:text="@string/app_name"
|
||||
android:textSize="25dp"
|
||||
android:textColor="@color/white"
|
||||
android:textColor="@color/secondaryColour"
|
||||
/>
|
||||
|
||||
<view
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
app:layout_constraintTop_toBottomOf="@id/topBar"
|
||||
android:background="@color/black"
|
||||
/>
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
app:layout_constraintBottom_toTopOf="@id/navbar"
|
||||
android:background="@color/black"
|
||||
/>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user