Unified repository layer into a single class; added splash screen (WIP); using delegate classes by Zhuinden for view binding; changed UI to more so resemble "Material Design 2"

This commit is contained in:
Deniz Düzgören
2020-03-09 07:43:43 +01:00
parent 9ed5d7bb5f
commit 31b1bc5d4e
78 changed files with 764 additions and 855 deletions
+2 -2
View File
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android"
style="@style/QwarkCard"
android:id="@+id/card"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="8dp"
android:layout_marginVertical="3dp"
android:focusable="true"
android:clickable="true"
android:backgroundTint="@color/colorCardBackground">
android:clickable="true">
<LinearLayout
android:layout_width="match_parent"