make more strings translateable
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_horizontal"
|
||||
android:textSize="28sp"
|
||||
android:text="Quantity"/>
|
||||
android:text="@string/dialog_event_detail_quantity"/>
|
||||
|
||||
<ScrollView
|
||||
android:layout_width="match_parent"
|
||||
@@ -57,7 +57,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:textStyle="italic"
|
||||
android:textSize="20sp"
|
||||
android:text="Notes"/>
|
||||
android:text="@string/dialog_event_detail_notes"/>
|
||||
|
||||
</ScrollView>
|
||||
</LinearLayout>
|
@@ -25,7 +25,7 @@
|
||||
android:ellipsize="end"
|
||||
android:maxLines="2"
|
||||
android:textColor="@color/accent"
|
||||
android:text="Description"/>
|
||||
android:text="@string/row_luna_event_description"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/quantity"
|
||||
@@ -35,7 +35,7 @@
|
||||
android:layout_marginLeft="5dp"
|
||||
android:layout_marginRight="5dp"
|
||||
android:gravity="center_horizontal"
|
||||
android:text="Qty"/>
|
||||
android:text="@string/row_luna_event_quantity"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/time"
|
||||
@@ -46,6 +46,6 @@
|
||||
android:textStyle="bold"
|
||||
android:ellipsize="end"
|
||||
android:maxLines="2"
|
||||
android:text="Time"/>
|
||||
android:text="@string/row_luna_event_time"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
@@ -31,7 +31,7 @@
|
||||
android:maxLines="2"
|
||||
android:gravity="center_horizontal"
|
||||
android:textColor="@color/accent"
|
||||
android:text="Description"/>
|
||||
android:text="@string/row_luna_event_description"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/quantity"
|
||||
@@ -41,7 +41,7 @@
|
||||
android:layout_marginLeft="5dp"
|
||||
android:layout_marginRight="5dp"
|
||||
android:gravity="center_horizontal"
|
||||
android:text="Qty"/>
|
||||
android:text="@string/dialog_event_detail_quantity"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/time"
|
||||
@@ -52,7 +52,7 @@
|
||||
android:textStyle="bold"
|
||||
android:ellipsize="end"
|
||||
android:maxLines="2"
|
||||
android:text="Time"/>
|
||||
android:text="@string/row_luna_event_time"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
Reference in New Issue
Block a user