Archived
Switched to DayNight for styling -> great code reduction, further Kotlin conversion
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
android:id="@+id/buttonclearallcolours"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
app:strokeColor="?attr/colorText"
|
||||
app:strokeWidth="1dp"
|
||||
android:textColor="?attr/colorText"
|
||||
app:strokeColor="@color/textcolor"
|
||||
app:strokeWidth="2dp"
|
||||
android:textColor="@color/textcolor"
|
||||
android:text="@string/clearall"
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_marginBottom="8dp"
|
||||
|
||||
Reference in New Issue
Block a user