Skip to content

Commit

Permalink
Rewrite dialog layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
massivemadness committed Nov 5, 2023
1 parent f1a378c commit 232a6dd
Show file tree
Hide file tree
Showing 18 changed files with 504 additions and 664 deletions.

This file was deleted.

66 changes: 0 additions & 66 deletions common-ui/src/main/res/layout/abc_alert_dialog_title_material.xml

This file was deleted.

1 change: 0 additions & 1 deletion feature-editor/impl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ dependencies {
// UI
implementation(libs.androidx.appcompat)
implementation(libs.androidx.constraintlayout)
implementation(libs.materialdialogs.core)
implementation(libs.materialdialogs.color)
implementation(libs.materialdesign)

Expand Down
8 changes: 4 additions & 4 deletions feature-editor/impl/src/main/res/layout/dialog_goto_line.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
android:paddingTop="16dp"
android:paddingStart="16dp"
android:paddingEnd="16dp"
android:paddingBottom="16dp">
android:paddingEnd="16dp">

<com.google.android.material.textview.MaterialTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp"
android:textSize="18sp"
android:text="@string/hint_line"/>
android:text="@string/hint_line" />

<com.google.android.material.textfield.TextInputEditText
android:layout_width="match_parent"
Expand All @@ -38,6 +38,6 @@
android:hint="@string/hint_line_number"
android:singleLine="true"
android:inputType="number"
android:maxLength="5"/>
android:maxLength="5" />

</LinearLayout>
1 change: 0 additions & 1 deletion feature-explorer/impl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ dependencies {
implementation(libs.androidx.constraintlayout)
implementation(libs.androidx.swiperefreshlayout)
implementation(libs.androidx.recyclerview.selection)
implementation(libs.materialdialogs.core)
implementation(libs.materialdesign)

// AAC
Expand Down
Loading

0 comments on commit 232a6dd

Please sign in to comment.