Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobiasKaminsky <tobias@kaminsky.me>2020-01-31 00:22:33 +0300
committertobiasKaminsky <tobias@kaminsky.me>2020-01-31 00:22:33 +0300
commit6ff33cf101a5471470e0623b0460369407009fcb (patch)
tree9b194b426bf2f1a297d726b59d4702d42e3367d4 /News-Android-App/src/main/res/layout
parent8c5b621642ca141ccf9cb9191232b465c799dc92 (diff)
Text in drawer not bold, except of "add new feed" and "settings"
Diffstat (limited to 'News-Android-App/src/main/res/layout')
-rw-r--r--News-Android-App/src/main/res/layout/subscription_list_item.xml3
-rw-r--r--News-Android-App/src/main/res/layout/subscription_list_sub_item.xml3
2 files changed, 2 insertions, 4 deletions
diff --git a/News-Android-App/src/main/res/layout/subscription_list_item.xml b/News-Android-App/src/main/res/layout/subscription_list_item.xml
index e89f7f0a..31bd3bd7 100644
--- a/News-Android-App/src/main/res/layout/subscription_list_item.xml
+++ b/News-Android-App/src/main/res/layout/subscription_list_item.xml
@@ -41,7 +41,6 @@
android:gravity="center_vertical|start"
android:singleLine="true"
android:textSize="14sp"
- android:textStyle="bold"
android:layout_weight="1"
android:textAlignment="viewStart"
android:textIsSelectable="false"
@@ -65,4 +64,4 @@
tools:text="13"
android:alpha=".54" />
-</LinearLayout> \ No newline at end of file
+</LinearLayout>
diff --git a/News-Android-App/src/main/res/layout/subscription_list_sub_item.xml b/News-Android-App/src/main/res/layout/subscription_list_sub_item.xml
index d0e85c56..225d5b5a 100644
--- a/News-Android-App/src/main/res/layout/subscription_list_sub_item.xml
+++ b/News-Android-App/src/main/res/layout/subscription_list_sub_item.xml
@@ -28,7 +28,6 @@
android:textSize="14sp"
android:textColor="?attr/primaryTextColor"
tools:text="Summary"
- android:textStyle="bold"
android:focusable="false" />
<TextView
@@ -44,4 +43,4 @@
android:alpha=".54"
tools:text="13" />
-</LinearLayout> \ No newline at end of file
+</LinearLayout>