Skip to content

Commit

Permalink
fix layout & rename string
Browse files Browse the repository at this point in the history
  • Loading branch information
hariimurti committed May 14, 2020
1 parent 65a03fb commit 180db45
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions app/src/main/res/layout/activity_main_content.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,18 +183,17 @@
android:tag="@string/with_ui"
android:text="@string/with_ui"
app:layout_constraintEnd_toStartOf="@+id/center_separator"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintStart_toStartOf="@+id/include_with"
app:layout_constraintTop_toBottomOf="@+id/include_with" />

<RadioButton
android:id="@+id/rb_without"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:onClick="onRadioClick"
android:tag="@string/without_ui"
android:text="@string/without_ui"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintEnd_toEndOf="@+id/include_without"
app:layout_constraintStart_toEndOf="@+id/center_separator"
app:layout_constraintTop_toBottomOf="@+id/include_without" />

Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values-in/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<string name="toast_article_is_empty">Artikel kosong!</string>
<string name="button_install">PlayStore</string>
<string name="button_exit">Keluar</string>
<string name="without_ui">Tanpa Tampilan</string>
<string name="with_ui">Dengan Tampilan</string>
<string name="without_ui">Sederhana</string>
<string name="with_ui">Komplit</string>
<string name="sample_article">Contoh judul artikel yang akan di share.</string>
<string name="please_wait">Tunggu Sebentar</string>
<string name="select_mode">Pilih Mode</string>
Expand Down
4 changes: 2 additions & 2 deletions app/version.prop
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Fri May 15 01:27:57 ICT 2020
VERSION_CODE=37
#Fri May 15 01:35:30 ICT 2020
VERSION_CODE=40

0 comments on commit 180db45

Please sign in to comment.