Skip to content

Commit 6c49bf5

Browse files
committed
[smarcet] - #14745
* updated nav footer text
1 parent 3ab86e6 commit 6c49bf5

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

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

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,30 @@
4141
android:layout_gravity="bottom"
4242
android:clickable="true"
4343
android:orientation="vertical">
44+
4445
<TextView
45-
android:id="@+id/nav_view_footer"
46+
android:id="@+id/nav_view_footer1"
4647
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"
4954
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"
5061
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" />
5268
</LinearLayout>
5369
</android.support.design.widget.NavigationView>
5470
</android.support.v4.widget.DrawerLayout>

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@
165165
<string name="fcm_channel_name">Open Infrastructure Summit</string>
166166
<string name="fcm_channel_description">Open Infrastructure Summit Notification Channel</string>
167167
<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>
169170
<string name="about_website_list_item_title">Summit Website</string>
170171
<string name="about_code_of_conduct_list_item_title">Code of Conduct</string>
171172
<string name="about_report_problem_list_item_title">Report a Problem</string>

0 commit comments

Comments
 (0)