Skip to content

Commit

Permalink
Update item_legend.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
dokob-test authored Jul 12, 2022
1 parent 672e947 commit 78fb5b1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lib/src/main/res/layout/item_legend.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_margin="16dp">

<ImageView
android:id="@+id/imageViewCircleIndicator"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_gravity="center"
android:layout_marginStart="11dp"
android:src="@drawable/circle_indicator" />

Expand All @@ -20,10 +22,10 @@
android:layout_centerVertical="true"
android:layout_marginStart="4dp"
android:layout_marginEnd="11dp"
android:layout_toEndOf="@+id/imageViewCircleIndicator"
android:layout_gravity="center"
android:ellipsize="end"
android:maxLines="1"
android:textColor="@android:color/black"
android:textSize="12sp"
tools:text="1648 ziyaret" />
</RelativeLayout>
</LinearLayout>

0 comments on commit 78fb5b1

Please sign in to comment.