Skip to content

Commit c2d2712

Browse files
committed
refactor: rename shutter settings section to camera settings
1 parent cceea69 commit c2d2712

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/src/main/kotlin/org/fossify/camera/activities/SettingsActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class SettingsActivity : SimpleActivity() {
5454
arrayListOf(
5555
settingsColorCustomizationLabel,
5656
settingsGeneralSettingsLabel,
57-
settingsShutterLabel,
57+
settingsCameraLabel,
5858
settingsSavingLabel,
5959
).forEach {
6060
it.setTextColor(properPrimaryColor)

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,14 +126,14 @@
126126
layout="@layout/divider" />
127127

128128
<TextView
129-
android:id="@+id/settings_shutter_label"
129+
android:id="@+id/settings_camera_label"
130130
style="@style/SettingsSectionLabelStyle"
131131
android:layout_width="match_parent"
132132
android:layout_height="wrap_content"
133-
android:text="@string/shutter" />
133+
android:text="@string/app_launcher_name" />
134134

135135
<LinearLayout
136-
android:id="@+id/settings_shutter_holder"
136+
android:id="@+id/settings_camera_holder"
137137
android:layout_width="match_parent"
138138
android:layout_height="wrap_content"
139139
android:orientation="vertical">
@@ -185,7 +185,7 @@
185185
</LinearLayout>
186186

187187
<include
188-
android:id="@+id/settings_shutter_divider"
188+
android:id="@+id/settings_camera_divider"
189189
layout="@layout/divider" />
190190

191191
<TextView

0 commit comments

Comments
 (0)