Skip to content

Commit

Permalink
Merge pull request #2559 from quran/fix_apply_button
Browse files Browse the repository at this point in the history
Add padding at the bottom of the audio panel
  • Loading branch information
ahmedre authored Jan 27, 2024
2 parents 33ce145 + a4f6281 commit b57642e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 deletions.
1 change: 0 additions & 1 deletion app/src/main/res/layout-ar-land-v17/audio_panel.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingLeft="12dp"
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/layout-ar-land/audio_panel.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
>
Expand Down
6 changes: 5 additions & 1 deletion app/src/main/res/layout-ar-v17/audio_panel.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>

<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fadeScrollbars="false"
Expand Down Expand Up @@ -81,5 +80,10 @@
android:text="@string/play_apply"
android:layout_gravity="end"
/>

<Space
android:layout_width="match_parent"
android:layout_height="56dp"
/>
</LinearLayout>
</ScrollView>
6 changes: 5 additions & 1 deletion app/src/main/res/layout-ar/audio_panel.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>

<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fadeScrollbars="false"
Expand Down Expand Up @@ -83,5 +82,10 @@
android:text="@string/play_apply"
android:layout_gravity="start"
/>

<Space
android:layout_width="match_parent"
android:layout_height="56dp"
/>
</LinearLayout>
</ScrollView>
1 change: 0 additions & 1 deletion app/src/main/res/layout-land/audio_panel.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingLeft="12dp"
Expand Down
6 changes: 5 additions & 1 deletion app/src/main/res/layout/audio_panel.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>

<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fadeScrollbars="false"
Expand Down Expand Up @@ -81,5 +80,10 @@
android:text="@string/play_apply"
android:layout_gravity="end"
/>

<Space
android:layout_width="match_parent"
android:layout_height="56dp"
/>
</LinearLayout>
</ScrollView>

0 comments on commit b57642e

Please sign in to comment.