|
@@ -0,0 +1,327 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
+ xmlns:tools="http://schemas.android.com/tools"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:background="#00000000"
|
|
|
+ android:backgroundTint="#6BAA2D2D"
|
|
|
+ android:foregroundTint="#000000">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/label"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="150dp"
|
|
|
+ android:layout_marginTop="16dp"
|
|
|
+ android:backgroundTint="#D3A4A4"
|
|
|
+ android:gravity="bottom|right"
|
|
|
+ android:textSize="24sp"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintHorizontal_bias="0.0"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/linearLayout"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:orientation="vertical"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/view">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/D"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_margin="5dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:backgroundTint="#A88282"
|
|
|
+ android:hapticFeedbackEnabled="true"
|
|
|
+ android:text="(" />
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/B"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_margin="5dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:backgroundTint="#A88282"
|
|
|
+ android:hapticFeedbackEnabled="true"
|
|
|
+ android:text=")" />
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/O"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_margin="5dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:backgroundTint="#A88282"
|
|
|
+ android:hapticFeedbackEnabled="true"
|
|
|
+ android:text="sin" />
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/H"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_margin="5dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:backgroundTint="#A88282"
|
|
|
+ android:hapticFeedbackEnabled="true"
|
|
|
+ android:text="cos" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/AC"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_margin="5dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:backgroundTint="#A88282"
|
|
|
+ android:hapticFeedbackEnabled="true"
|
|
|
+ android:text="AC" />
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/BK"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_margin="5dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:backgroundTint="#A88282"
|
|
|
+ android:hapticFeedbackEnabled="true"
|
|
|
+ android:text="BK" />
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/LOG"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_margin="5dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:backgroundTint="#A88282"
|
|
|
+ android:hapticFeedbackEnabled="true"
|
|
|
+ android:text="log" />
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/DIV"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_margin="5dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:backgroundTint="#A88282"
|
|
|
+ android:hapticFeedbackEnabled="true"
|
|
|
+ android:text="÷" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/button7"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_margin="5dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:backgroundTint="#A88282"
|
|
|
+ android:hapticFeedbackEnabled="true"
|
|
|
+ android:text="7" />
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/button8"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_margin="5dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:backgroundTint="#A88282"
|
|
|
+ android:hapticFeedbackEnabled="true"
|
|
|
+ android:text="8" />
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/button9"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_margin="5dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:backgroundTint="#A88282"
|
|
|
+ android:hapticFeedbackEnabled="true"
|
|
|
+ android:text="9" />
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/MUL"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_margin="5dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:backgroundTint="#A88282"
|
|
|
+ android:hapticFeedbackEnabled="true"
|
|
|
+ android:text="×" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/button4"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_margin="5dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:backgroundTint="#A88282"
|
|
|
+ android:hapticFeedbackEnabled="true"
|
|
|
+ android:text="4" />
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/button5"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_margin="5dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:backgroundTint="#A88282"
|
|
|
+ android:hapticFeedbackEnabled="true"
|
|
|
+ android:text="5" />
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/button6"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_margin="5dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:backgroundTint="#A88282"
|
|
|
+ android:hapticFeedbackEnabled="true"
|
|
|
+ android:text="6" />
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/SUB"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_margin="5dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:backgroundTint="#A88282"
|
|
|
+ android:hapticFeedbackEnabled="true"
|
|
|
+ android:text="-" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/button1"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_margin="5dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:backgroundTint="#A88282"
|
|
|
+ android:hapticFeedbackEnabled="true"
|
|
|
+ android:text="1" />
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/button2"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_margin="5dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:backgroundTint="#A88282"
|
|
|
+ android:hapticFeedbackEnabled="true"
|
|
|
+ android:text="2" />
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/button3"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_margin="5dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:backgroundTint="#A88282"
|
|
|
+ android:hapticFeedbackEnabled="true"
|
|
|
+ android:text="3" />
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/ADD"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_margin="5dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:backgroundTint="#A88282"
|
|
|
+ android:hapticFeedbackEnabled="true"
|
|
|
+ android:text="+" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/HELP"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_margin="5dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:backgroundTint="#A88282"
|
|
|
+ android:hapticFeedbackEnabled="true"
|
|
|
+ android:text="help"
|
|
|
+ tools:ignore="TextContrastCheck" />
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/button0"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_margin="5dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:backgroundTint="#A88282"
|
|
|
+ android:hapticFeedbackEnabled="true"
|
|
|
+ android:text="0" />
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/POI"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_margin="5dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:backgroundTint="#A88282"
|
|
|
+ android:hapticFeedbackEnabled="true"
|
|
|
+ android:text="." />
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/EQU"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_margin="5dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:backgroundTint="#A88282"
|
|
|
+ android:hapticFeedbackEnabled="true"
|
|
|
+ android:text="=" />
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:id="@+id/view"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="5dp"
|
|
|
+ android:background="#A9612D2D"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/label" />
|
|
|
+
|
|
|
+</androidx.constraintlayout.widget.ConstraintLayout>
|