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"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/primaryBackgroundColor" >
<RelativeLayout
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/linearLayoutFrame"
android:layout_width="match_parent"
android:layout_height="match_parent"
@ -44,7 +44,7 @@
android:layout_marginBottom="5dp"
android:text="@string/orgName"
android:textColor="?attr/primaryTextColor"
android:textSize="16sp" />
android:textSize="18sp" />
<TextView
android:id="@+id/orgDescription"