File tree Expand file tree Collapse file tree 2 files changed +22
-5
lines changed Expand file tree Collapse file tree 2 files changed +22
-5
lines changed Original file line number Diff line number Diff line change 41
41
android : layout_gravity =" bottom"
42
42
android : clickable =" true"
43
43
android : orientation =" vertical" >
44
+
44
45
<TextView
45
- android : id =" @+id/nav_view_footer "
46
+ android : id =" @+id/nav_view_footer1 "
46
47
android : layout_width =" match_parent"
47
- android : layout_height =" 48dp"
48
- android : gravity =" center"
48
+ android : layout_height =" wrap_content"
49
+ android : background =" @android:color/transparent"
50
+ android : gravity =" left"
51
+ android : paddingBottom =" 5sp"
52
+ android : paddingLeft =" 18dp"
53
+ android : text =" @string/nav_bar_footer1"
49
54
android : textColor =" @color/openStackGray2"
55
+ android : textSize =" 15sp" />
56
+
57
+ <TextView
58
+ android : id =" @+id/nav_view_footer2"
59
+ android : layout_width =" match_parent"
60
+ android : layout_height =" wrap_content"
50
61
android : background =" @android:color/transparent"
51
- android : text =" @string/nav_bar_footer" />
62
+ android : gravity =" left"
63
+ android : paddingBottom =" 15dp"
64
+ android : paddingLeft =" 18dp"
65
+ android : text =" @string/nav_bar_footer2"
66
+ android : textColor =" @color/openStackGray2"
67
+ android : textSize =" 15sp" />
52
68
</LinearLayout >
53
69
</android .support.design.widget.NavigationView>
54
70
</android .support.v4.widget.DrawerLayout>
Original file line number Diff line number Diff line change 165
165
<string name =" fcm_channel_name" >Open Infrastructure Summit</string >
166
166
<string name =" fcm_channel_description" >Open Infrastructure Summit Notification Channel</string >
167
167
<string name =" db_error" >DB file got corrupted please reinstall the app and try again.</string >
168
- <string name =" nav_bar_footer" >Powered by Vexxhost</string >
168
+ <string name =" nav_bar_footer1" >App Hosting</string >
169
+ <string name =" nav_bar_footer2" >Courtesy of VEXXHOST</string >
169
170
<string name =" about_website_list_item_title" >Summit Website</string >
170
171
<string name =" about_code_of_conduct_list_item_title" >Code of Conduct</string >
171
172
<string name =" about_report_problem_list_item_title" >Report a Problem</string >
You can’t perform that action at this time.
0 commit comments