Skip to content

Commit

Permalink
[#3] - Add support for right-to-left (RTL) languages
Browse files Browse the repository at this point in the history
  • Loading branch information
jhg3410 committed Sep 4, 2022
1 parent 72dee52 commit 0562b05
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions GDGFinder-Starter/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:roundIcon="@mipmap/ic_launcher_round"
android:theme="@style/AppTheme"
tools:ignore="AllowBackup,GoogleAppIndexingWarning">
Expand Down
2 changes: 1 addition & 1 deletion GDGFinder-Starter/app/src/main/res/drawable/ic_gdg.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<vector android:autoMirrored="true" android:height="128dp"
<vector android:height="128dp"
android:viewportHeight="128" android:viewportWidth="84.184105"
android:width="84dp" xmlns:aapt="http://schemas.android.com/aapt" xmlns:android="http://schemas.android.com/apk/res/android">
<group>
Expand Down
4 changes: 2 additions & 2 deletions GDGFinder-Starter/app/src/main/res/layout/list_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
android:id="@+id/gdg_image"
android:layout_width="50dp"
android:layout_height="76dp"
android:layout_marginLeft="@dimen/spacing_normal"
android:layout_marginStart="@dimen/spacing_normal"
android:layout_marginTop="26dp"
android:layout_marginBottom="26dp"
android:contentDescription="TODO"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:srcCompat="@drawable/ic_gdg" />

Expand Down

0 comments on commit 0562b05

Please sign in to comment.