migrate to material 3 #70
| @ -72,10 +72,6 @@ class MainActivity : AppCompatActivity(), NavigationBarView.OnItemSelectedListen | |||||||
|         load() // start the initial loading |         load() // start the initial loading | ||||||
|  |  | ||||||
|         // theming |         // theming | ||||||
|         /** |  | ||||||
|          * TODO button should be white (on dark) or black (on light) |  | ||||||
|          */ |  | ||||||
|  |  | ||||||
|         // theme.applyStyle(R.style.AppTheme_DayNight, true) // TODO I think this must be removed for system settings to work |         // theme.applyStyle(R.style.AppTheme_DayNight, true) // TODO I think this must be removed for system settings to work | ||||||
|         val mode = when (Preferences.theme) { |         val mode = when (Preferences.theme) { | ||||||
|             DataTypes.Theme.LIGHT -> AppCompatDelegate.MODE_NIGHT_NO |             DataTypes.Theme.LIGHT -> AppCompatDelegate.MODE_NIGHT_NO | ||||||
|  | |||||||
| @ -2,8 +2,7 @@ | |||||||
| <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" | <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||||||
|     xmlns:app="http://schemas.android.com/apk/res-auto" |     xmlns:app="http://schemas.android.com/apk/res-auto" | ||||||
|     android:layout_width="match_parent" |     android:layout_width="match_parent" | ||||||
|     android:layout_height="match_parent" |     android:layout_height="match_parent"> | ||||||
|     android:background="?themePrimary"> |  | ||||||
|  |  | ||||||
|     <ImageView |     <ImageView | ||||||
|         android:id="@+id/image_login" |         android:id="@+id/image_login" | ||||||
| @ -15,8 +14,7 @@ | |||||||
|         app:layout_constraintHorizontal_bias="0.5" |         app:layout_constraintHorizontal_bias="0.5" | ||||||
|         app:layout_constraintStart_toStartOf="parent" |         app:layout_constraintStart_toStartOf="parent" | ||||||
|         app:layout_constraintTop_toTopOf="parent" |         app:layout_constraintTop_toTopOf="parent" | ||||||
|         app:srcCompat="@drawable/ic_launcher_foreground" |         app:srcCompat="@drawable/ic_launcher_foreground" /> | ||||||
|         app:tint="?buttonBackground" /> |  | ||||||
|  |  | ||||||
|     <LinearLayout |     <LinearLayout | ||||||
|         android:id="@+id/linear_login" |         android:id="@+id/linear_login" | ||||||
|  | |||||||
| @ -1,11 +1,9 @@ | |||||||
| <?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||||||
|     xmlns:app="http://schemas.android.com/apk/res-auto" |     xmlns:app="http://schemas.android.com/apk/res-auto" | ||||||
|     xmlns:tools="http://schemas.android.com/tools" |  | ||||||
|     android:orientation="vertical" |     android:orientation="vertical" | ||||||
|     android:layout_width="match_parent" |     android:layout_width="match_parent" | ||||||
|     android:layout_height="match_parent" |     android:layout_height="match_parent"> | ||||||
|     android:background="?themePrimary"> |  | ||||||
|  |  | ||||||
|     <androidx.constraintlayout.widget.ConstraintLayout |     <androidx.constraintlayout.widget.ConstraintLayout | ||||||
|         android:layout_width="match_parent" |         android:layout_width="match_parent" | ||||||
| @ -21,8 +19,7 @@ | |||||||
|             app:layout_constraintHorizontal_bias="0.5" |             app:layout_constraintHorizontal_bias="0.5" | ||||||
|             app:layout_constraintStart_toStartOf="parent" |             app:layout_constraintStart_toStartOf="parent" | ||||||
|             app:layout_constraintTop_toTopOf="parent" |             app:layout_constraintTop_toTopOf="parent" | ||||||
|             app:srcCompat="@drawable/ic_launcher_foreground" |             app:srcCompat="@drawable/ic_launcher_foreground" /> | ||||||
|             app:tint="?buttonBackground" /> |  | ||||||
|  |  | ||||||
|         <LinearLayout |         <LinearLayout | ||||||
|             android:id="@+id/linearLayout3" |             android:id="@+id/linearLayout3" | ||||||
|  | |||||||
| @ -4,7 +4,6 @@ | |||||||
|     android:id="@+id/standard_bottom_sheet" |     android:id="@+id/standard_bottom_sheet" | ||||||
|     android:layout_width="match_parent" |     android:layout_width="match_parent" | ||||||
|     android:layout_height="match_parent" |     android:layout_height="match_parent" | ||||||
|     android:background="?themeSecondary" |  | ||||||
|     android:orientation="vertical" |     android:orientation="vertical" | ||||||
|     android:paddingTop="24dp" |     android:paddingTop="24dp" | ||||||
|     android:paddingStart="24dp" |     android:paddingStart="24dp" | ||||||
| @ -61,8 +60,7 @@ | |||||||
|                     android:layout_width="wrap_content" |                     android:layout_width="wrap_content" | ||||||
|                     android:layout_height="wrap_content" |                     android:layout_height="wrap_content" | ||||||
|                     android:layout_marginEnd="24dp" |                     android:layout_marginEnd="24dp" | ||||||
|                     android:text="@string/cancel" |                     android:text="@string/cancel" /> | ||||||
|                     android:textColor="?colorPrimary" /> |  | ||||||
|  |  | ||||||
|                 <Button |                 <Button | ||||||
|                     android:id="@+id/positive_button" |                     android:id="@+id/positive_button" | ||||||
| @ -70,8 +68,7 @@ | |||||||
|                     android:layout_width="wrap_content" |                     android:layout_width="wrap_content" | ||||||
|                     android:layout_height="wrap_content" |                     android:layout_height="wrap_content" | ||||||
|                     android:layout_marginEnd="24dp" |                     android:layout_marginEnd="24dp" | ||||||
|                     android:text="@string/save" |                     android:text="@string/save" /> | ||||||
|                     android:textColor="?colorPrimary" /> |  | ||||||
|         </LinearLayout> |         </LinearLayout> | ||||||
|  |  | ||||||
| </LinearLayout> | </LinearLayout> | ||||||
		Reference in New Issue
	
	Block a user