mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-23 06:21:31 +01:00
Layout: Decrease Others-List fa-icon size
This commit is contained in:
parent
23f3da65cf
commit
f919535173
1 changed files with 3 additions and 3 deletions
|
@ -9,11 +9,11 @@
|
||||||
|
|
||||||
<com.finnmglas.launcher.libraries.FontAwesome
|
<com.finnmglas.launcher.libraries.FontAwesome
|
||||||
android:id="@+id/list_other_row_icon"
|
android:id="@+id/list_other_row_icon"
|
||||||
android:layout_width="40sp"
|
android:layout_width="35sp"
|
||||||
android:layout_height="40sp"
|
android:layout_height="35sp"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:text=""
|
android:text=""
|
||||||
android:textSize="35sp"
|
android:textSize="30sp"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toTopOf="parent" />
|
app:layout_constraintTop_toTopOf="parent" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue