Skip to content

Commit

Permalink
Change name for issue #16
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Jamet committed Mar 27, 2017
1 parent 4e9f0da commit ec1c6e5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion sample/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:label="@string/switch_datetime_picker_name"
android:theme="@style/AppTheme.NoActionbar"
android:supportsRtl="true">
<activity
Expand Down
2 changes: 1 addition & 1 deletion sample/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<resources>
<string name="app_name">Switch DateTime Picker</string>
<string name="switch_datetime_picker_name">Switch DateTime Picker</string>
<string name="open_datetime_dialog">Open DateTime Dialog</string>
</resources>
1 change: 0 additions & 1 deletion switchdatetime/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

<application
android:allowBackup="true"
android:label="@string/app_name"
android:supportsRtl="true">
</application>

Expand Down
3 changes: 0 additions & 3 deletions switchdatetime/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<resources xmlns:xliff="http://schemas.android.com/tools">
<string name="app_name">Switch DateTime Picker</string>

<!-- Default simple date format -->
<string name="simple_date_format" translatable="false">yyyy-MM-dd \'at\' HH:mm</string>

Expand All @@ -13,7 +11,6 @@
<!-- Image description -->
<string name="img_datetime">Image datetime</string>


<string name="hour_picker_description">Hours circular slider</string>
<string name="select_hours">Select hours</string>
<string name="minute_picker_description">Minutes circular slider</string>
Expand Down

0 comments on commit ec1c6e5

Please sign in to comment.