Compare commits
1 Commits
1d4483f6da
...
420b2f0b66
| Author | SHA1 | Date | |
|---|---|---|---|
| 420b2f0b66 |
@@ -343,6 +343,7 @@ class MainActivity : AppCompatActivity() {
|
|||||||
if (useQuantity) {
|
if (useQuantity) {
|
||||||
qtyET.setText("")
|
qtyET.setText("")
|
||||||
}
|
}
|
||||||
|
updateContent(lunaEvent)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!useQuantity) {
|
if (!useQuantity) {
|
||||||
|
|||||||
@@ -27,27 +27,26 @@
|
|||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="5dp"
|
|
||||||
android:gravity="end"
|
android:gravity="end"
|
||||||
android:orientation="horizontal">
|
android:orientation="horizontal">
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/notes_template_prev"
|
android:id="@+id/notes_template_prev"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textSize="18dp"
|
android:textSize="16dp"
|
||||||
android:text="⬅️"/>
|
android:text="⬅️"/>
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/notes_clear"
|
android:id="@+id/notes_clear"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginHorizontal="5dp"
|
android:layout_marginHorizontal="5dp"
|
||||||
android:textSize="18dp"
|
android:textSize="16dp"
|
||||||
android:text="🚫"/>
|
android:text="🚫"/>
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/notes_template_next"
|
android:id="@+id/notes_template_next"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textSize="18dp"
|
android:textSize="16dp"
|
||||||
android:text="➡️"/>
|
android:text="➡️"/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user