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