Skip to content

Commit

Permalink
Merge pull request #600 from ooni/chore/update-translations-my-vi
Browse files Browse the repository at this point in the history
Chore: Added translations for `vi` and `my`
  • Loading branch information
aanorbel authored Oct 12, 2023
2 parents 1972bf1 + 5975bf0 commit 8b5f4f2
Show file tree
Hide file tree
Showing 4 changed files with 1,073 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/layout/fragment_result_list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
android:orientation="vertical"
app:layout_behavior="@string/appbar_scrolling_view_behavior">

<FrameLayout
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">

Expand All @@ -160,7 +160,7 @@
android:entries="@array/filterTests"
android:paddingVertical="8dp"
android:textAlignment="center" />
</FrameLayout>
</LinearLayout>

<TextView
android:id="@+id/emptyState"
Expand All @@ -181,4 +181,4 @@
android:clipToPadding="false"
android:paddingBottom="66dp" />
</LinearLayout>
</androidx.coordinatorlayout.widget.CoordinatorLayout> <!-- app:layout_scrollFlags="scroll|exitUntilCollapsed|snap" -->
</androidx.coordinatorlayout.widget.CoordinatorLayout> <!-- app:layout_scrollFlags="scroll|exitUntilCollapsed|snap" -->
Loading

0 comments on commit 8b5f4f2

Please sign in to comment.