Skip to content

Commit

Permalink
Moved Lospec palette support out of beta.
Browse files Browse the repository at this point in the history
  • Loading branch information
therealbluepandabear committed Aug 8, 2022
1 parent 4fd3c83 commit bedd7ed
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions app/src/main/res/layout/import_lospec_palette_alert.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,17 @@
android:layout_width="match_parent"
android:layout_height="match_parent">

<TextView
android:id="@+id/textView7"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:fontFamily="sans-serif-black"
android:text="BETA"
android:textColor="@android:color/holo_orange_dark"
app:layout_constraintStart_toStartOf="@+id/textInputLayout"
app:layout_constraintTop_toTopOf="parent" />

<com.google.android.material.textfield.TextInputLayout
android:id="@+id/textInputLayout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginTop="8dp"
android:layout_marginTop="16dp"
android:layout_marginEnd="16dp"
android:hint="Palette URL identifier"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/textView7">
app:layout_constraintTop_toTopOf="parent">

<com.google.android.material.textfield.TextInputEditText
android:id="@+id/importLospecPaletteAlert_palette_url_identifier_textInputEditText"
Expand Down

0 comments on commit bedd7ed

Please sign in to comment.