mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
* localization: fix incorrect unicode for space * Remove bullet string resource as it doesn't need translation
16 lines
No EOL
643 B
XML
16 lines
No EOL
643 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:orientation="vertical"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="top">
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:paddingRight="@dimen/tiny_margin"
|
|
android:text="•"
|
|
android:textColor="@android:color/white"
|
|
android:textSize="@dimen/normal_text"
|
|
tools:ignore="HardcodedText" />
|
|
</LinearLayout> |