Skip to content

Commit bf82a69

Browse files
Remove feedback preferences and update layouts
This commit removes the feedback preference screen and its associated resources: - `ic_notification_update.xml` - `preferences_feedback.xml` - `key_feedback` string resource Additionally, it removes `android:layout_marginTop="0dp"` from the `lesson_section_header` include in the following layout files: - `activity_buttons.xml` - `activity_spinner.xml` - `activity_image_buttons.xml` - `activity_clock.xml` - `activity_progress_bar.xml` - `activity_chronometer.xml` - `activity_linear_layout.xml` - `activity_switch.xml`
1 parent fee79ab commit bf82a69

File tree

11 files changed

+0
-25
lines changed

11 files changed

+0
-25
lines changed

app/src/main/res/drawable-anydpi/ic_notification_update.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

app/src/main/res/layout/activity_buttons.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
<include
2626
android:id="@+id/layout_preview_header"
2727
layout="@layout/lesson_section_header"
28-
android:layout_marginTop="0dp"
2928
tools:text="@string/layout_preview" />
3029

3130
<com.google.android.material.textview.MaterialTextView

app/src/main/res/layout/activity_chronometer.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
<include
2727
android:id="@+id/layout_preview_header"
2828
layout="@layout/lesson_section_header"
29-
android:layout_marginTop="0dp"
3029
tools:text="@string/layout_preview" />
3130

3231
<Chronometer

app/src/main/res/layout/activity_clock.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
<include
2727
android:id="@+id/layout_preview_header"
2828
layout="@layout/lesson_section_header"
29-
android:layout_marginTop="0dp"
3029
tools:text="@string/layout_preview" />
3130

3231
<com.google.android.material.textview.MaterialTextView

app/src/main/res/layout/activity_image_buttons.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
<include
2626
android:id="@+id/layout_preview_header"
2727
layout="@layout/lesson_section_header"
28-
android:layout_marginTop="0dp"
2928
tools:text="@string/layout_preview" />
3029

3130
<androidx.appcompat.widget.AppCompatImageButton

app/src/main/res/layout/activity_linear_layout.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
<include
2626
android:id="@+id/layout_preview_header"
2727
layout="@layout/lesson_section_header"
28-
android:layout_marginTop="0dp"
2928
tools:text="@string/layout_preview" />
3029

3130
<com.google.android.material.textview.MaterialTextView

app/src/main/res/layout/activity_progress_bar.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
<include
2626
android:id="@+id/layout_preview_header"
2727
layout="@layout/lesson_section_header"
28-
android:layout_marginTop="0dp"
2928
tools:text="@string/layout_preview" />
3029

3130
<com.google.android.material.textview.MaterialTextView

app/src/main/res/layout/activity_spinner.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
<include
2626
android:id="@+id/layout_preview_header"
2727
layout="@layout/lesson_section_header"
28-
android:layout_marginTop="0dp"
2928
tools:text="@string/layout_preview" />
3029

3130
<com.google.android.material.textview.MaterialTextView

app/src/main/res/layout/activity_switch.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<include
2828
android:id="@+id/layout_preview_header"
2929
layout="@layout/lesson_section_header"
30-
android:layout_marginTop="0dp"
3130
tools:text="@string/layout_preview" />
3231

3332
<com.google.android.material.textview.MaterialTextView

app/src/main/res/values/keys.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<string name="key_firebase_performance" translatable="false">firebase_performance</string>
1616
<string name="key_device_info" translatable="false">device_info</string>
1717
<string name="key_open_source_licenses" translatable="false">open_source_licenses</string>
18-
<string name="key_feedback" translatable="false">feedback</string>
1918
<string name="key_consent_analytics" translatable="false">consent_analytics_storage</string>
2019
<string name="key_consent_ad_storage" translatable="false">consent_ad_storage</string>
2120
<string name="key_consent_ad_user_data" translatable="false">consent_ad_user_data</string>

0 commit comments

Comments
 (0)