File tree 1 file changed +6
-2
lines changed
app/calendar-widget/src/main/res/xml
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
<PreferenceScreen xmlns : android =" http://schemas.android.com/apk/res/android" >
2
2
<Preference
3
+ android : key =" feedbackGithub"
3
4
android : summary =" @string/feedback_github_desc"
4
- android : title =" @string/feedback_github_title" >
5
+ android : title =" @string/feedback_github_title"
6
+ android : persistent =" false" >
5
7
<intent
6
8
android : action =" android.intent.action.VIEW"
7
9
android : data =" https://github.com/plusonelabs/calendar-widget" />
8
10
</Preference >
9
11
<Preference
12
+ android : key =" feedbackPlayStore"
10
13
android : summary =" @string/feedback_play_store_desc"
11
- android : title =" @string/feedback_play_store_title" >
14
+ android : title =" @string/feedback_play_store_title"
15
+ android : persistent =" false" >
12
16
<intent
13
17
android : action =" android.intent.action.VIEW"
14
18
android : data =" https://play.google.com/store/apps/details?id=com.plusonelabs.calendar" />
You can’t perform that action at this time.
0 commit comments