mirror of
https://github.com/whyorean/AuroraStore.git
synced 2026-06-17 12:11:07 -04:00
LinkView: Center icon vertically
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -25,7 +25,8 @@
|
||||
<androidx.appcompat.widget.AppCompatImageView
|
||||
android:id="@+id/img_icon"
|
||||
android:layout_width="@dimen/icon_size_category"
|
||||
android:layout_height="@dimen/icon_size_category" />
|
||||
android:layout_height="@dimen/icon_size_category"
|
||||
android:layout_centerVertical="true" />
|
||||
|
||||
<com.google.android.material.textview.MaterialTextView
|
||||
android:id="@+id/line1"
|
||||
|
||||
Reference in New Issue
Block a user