@31.01.15 Dennis Thießen: Release 1.8.5
This commit is contained in:
@@ -16,11 +16,11 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="#a6000000"
|
||||
android:id="@+id/txt_infowindow_category"
|
||||
android:text="Loading Header..."
|
||||
android:textSize="18dp"
|
||||
android:textSize="18sp"
|
||||
android:paddingLeft="30dp"
|
||||
android:layout_marginRight="10dp"
|
||||
android:typeface="serif"
|
||||
android:gravity="left"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="marquee"
|
||||
android:marqueeRepeatLimit="marquee_forever"/>
|
||||
@@ -38,7 +38,9 @@
|
||||
android:id="@+id/lay_infowindow_color"
|
||||
android:background="#e45151"
|
||||
android:layout_width="5dp"
|
||||
android:layout_height="match_parent"></LinearLayout>
|
||||
android:layout_height="match_parent">
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:orientation="vertical"
|
||||
@@ -51,11 +53,12 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:typeface="serif"
|
||||
android:textColor="#b9000000"
|
||||
android:text="Loading subcategory..."
|
||||
android:paddingTop="10dp"
|
||||
android:paddingBottom="10dp"
|
||||
android:paddingLeft="5dp"
|
||||
android:layout_marginRight="10dp"
|
||||
android:paddingStart="5dp"
|
||||
android:paddingEnd="5dp"
|
||||
android:layout_marginEnd="10dp"
|
||||
android:gravity="left"
|
||||
android:id="@+id/txt_infowindow_subcategory"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="marquee"
|
||||
@@ -65,9 +68,11 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="#b9000000"
|
||||
android:text="Loading subject..."
|
||||
android:paddingLeft="5dp"
|
||||
android:layout_marginRight="10dp"
|
||||
android:gravity="left"
|
||||
android:text="@string/lbl_mapsinfowindow_suspect"
|
||||
android:paddingStart="5dp"
|
||||
android:paddingEnd="5dp"
|
||||
android:layout_marginEnd="10dp"
|
||||
android:id="@+id/txt_infowindow_subject"
|
||||
android:typeface="serif"
|
||||
android:singleLine="true"
|
||||
@@ -78,9 +83,11 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="#b9000000"
|
||||
android:text="Loading victim..."
|
||||
android:paddingLeft="5dp"
|
||||
android:layout_marginRight="10dp"
|
||||
android:gravity="left"
|
||||
android:text="@string/lbl_mapsinfowindow_victim"
|
||||
android:paddingStart="5dp"
|
||||
android:paddingEnd="5dp"
|
||||
android:layout_marginEnd="10dp"
|
||||
android:id="@+id/txt_infowindow_victim"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="marquee"
|
||||
@@ -91,9 +98,10 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="#b9000000"
|
||||
android:text="Loading time..."
|
||||
android:paddingLeft="5dp"
|
||||
android:layout_marginRight="10dp"
|
||||
android:paddingStart="5dp"
|
||||
android:paddingEnd="5dp"
|
||||
android:layout_marginEnd="10dp"
|
||||
android:gravity="left"
|
||||
android:paddingBottom="10dp"
|
||||
android:id="@+id/txt_infowindow_time"
|
||||
android:singleLine="true"
|
||||
@@ -113,7 +121,10 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="#b9000000"
|
||||
android:text="Loading username..."
|
||||
android:gravity="left"
|
||||
android:paddingStart="5dp"
|
||||
android:paddingEnd="5dp"
|
||||
android:text="@string/lbl_mapsinfowindow_author"
|
||||
android:id="@+id/txt_infowindow_fromuser"
|
||||
android:typeface="serif" />
|
||||
|
||||
@@ -126,7 +137,8 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingRight="5dp"
|
||||
android:paddingEnd="5dp"
|
||||
android:paddingStart="5dp"
|
||||
android:textColor="#b9000000"
|
||||
android:text="@string/lbl_mapsinfowindow_score"
|
||||
android:id="@+id/txt_infowindow_lblrating"
|
||||
|
||||
Reference in New Issue
Block a user