fix: some tweaks in settings

This commit is contained in:
aayush262 2024-04-04 22:59:58 +05:30
parent da56aecd5e
commit e0df092a70
4 changed files with 76 additions and 63 deletions

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
xmlns:tools="http://schemas.android.com/tools"
android:layout_marginBottom="16dp"
android:orientation="vertical">
@ -12,7 +12,10 @@
android:layout_height="wrap_content"
android:fontFamily="@font/poppins_semi_bold"
android:textSize="12sp"
android:ellipsize="end"
android:textAlignment="viewStart"
android:textColor="?attr/colorOnBackground" />
android:textColor="?attr/colorOnBackground"
android:singleLine="true"
tools:text="xyz repo"/>
</LinearLayout>