Skip to content

Commit

Permalink
Merge branch 'main' into wikitext-keyboard-html-design
Browse files Browse the repository at this point in the history
  • Loading branch information
cooltey authored Nov 22, 2023
2 parents 3045b0d + 481c91d commit dc33175
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/layout/view_description_edit_success.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
android:contentDescription="@null"
app:srcCompat="@drawable/ic_illustration_description_success" />

<org.wikipedia.views.AppTextView
<TextView
style="@style/TextViewCentered"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand All @@ -40,7 +40,7 @@
android:textColor="@android:color/white"
android:textSize="30sp" />

<org.wikipedia.views.AppTextView
<TextView
style="@style/TextViewCentered"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand Down Expand Up @@ -71,7 +71,7 @@
android:orientation="vertical"
android:padding="16dp">

<org.wikipedia.views.AppTextView
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
Expand Down

0 comments on commit dc33175

Please sign in to comment.