左側に画像、右側にテキストを含むTextViewがあります。
縦線とテキストの間にスペースを作りたいのですが。
これは私のコードです:
<TextView
android:id="@+id/locationDetailsTitleTextView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/map_activity_location_details_dialog_title"
android:textColor="@color/actionbar_title_color"
android:textAppearance="?android:attr/textAppearanceLarge"
android:gravity="center_vertical"
android:drawableLeft="@drawable/balloon_line" />
これどうやってするの?
アップデート
これはDrawable
私が使用するものですballoon_line
: