added color change and a new empety screen
This commit is contained in:
Binary file not shown.
@@ -155,26 +155,23 @@
|
||||
app:strokeWidth="5dp" />
|
||||
|
||||
|
||||
|
||||
<Button
|
||||
android:id="@+id/Hub15"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:backgroundTint="@color/second_bg"
|
||||
app:strokeColor="@color/second"
|
||||
android:text="@string/hub_15"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="20sp"
|
||||
app:cornerRadius="0dp"
|
||||
app:layout_constraintBottom_toTopOf="@+id/Hub25"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintHorizontal_bias="0.0"
|
||||
app:layout_constraintHorizontal_bias="1.0"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/textView2"
|
||||
app:strokeColor="@color/second"
|
||||
app:strokeWidth="5dp" />
|
||||
|
||||
|
||||
|
||||
<Button
|
||||
android:id="@+id/Hub25"
|
||||
android:layout_width="0dp"
|
||||
|
||||
Reference in New Issue
Block a user