Adjusting size of text views in organizations list.

This commit is contained in:
opyale 2020-04-13 17:31:39 +02:00
parent 539c5be4b5
commit 4cb0253b38

View File

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="?attr/primaryBackgroundColor" > android:background="?attr/primaryBackgroundColor" >
<RelativeLayout <RelativeLayout
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/linearLayoutFrame" android:id="@+id/linearLayoutFrame"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
@ -44,7 +44,7 @@
android:layout_marginBottom="5dp" android:layout_marginBottom="5dp"
android:text="@string/orgName" android:text="@string/orgName"
android:textColor="?attr/primaryTextColor" android:textColor="?attr/primaryTextColor"
android:textSize="16sp" /> android:textSize="18sp" />
<TextView <TextView
android:id="@+id/orgDescription" android:id="@+id/orgDescription"