Merge pull request 'Adjusting size of text views in organizations list.' (#406) from opyale/GitNex:size-adj into master

Reviewed-on: https://gitea.com/gitnex/GitNex/pulls/406
Reviewed-by: M M Arif <mmarif@swatian.com>
This commit is contained in:
M M Arif 2020-04-13 15:55:17 +00:00
commit b10df63c8a
1 changed files with 2 additions and 2 deletions

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"