Selaa lähdekoodia

chore: ui tweaks

beautusg 7 vuotta sitten
vanhempi
sitoutus
ab4d7c9b32

+ 2 - 5
app/src/main/res/layout/home_fragment.xml

@@ -2,7 +2,7 @@
 <androidx.constraintlayout.motion.widget.MotionLayout 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:id="@+id/main_fragment2"
+    android:id="@+id/home_fragment"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     app:layoutDescription="@xml/home_motion_scene"
@@ -21,7 +21,6 @@
         android:id="@+id/home_fragment_time_format"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
-        android:layout_marginTop="16dp"
         android:textAppearance="@style/TextAppearance.AppCompat"
         android:textSize="@dimen/_13sdp" />
 
@@ -66,9 +65,7 @@
         android:padding="8dp"
         android:text="@string/main_fragment_notes"
         android:textAppearance="@style/TextAppearance.AppCompat"
-        android:textSize="18sp"
-        tools:layout_editor_absoluteX="240dp"
-        tools:layout_editor_absoluteY="618dp" />
+        android:textSize="18sp" />
 
     <ImageView
         android:id="@+id/home_fragment_call"

+ 1 - 1
app/src/main/res/layout/home_motion_start.xml

@@ -23,7 +23,7 @@
         android:id="@+id/home_fragment_time_format"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
-        android:layout_marginTop="@dimen/_16sdp"
+        android:layout_marginTop="@dimen/_10sdp"
         android:textAppearance="@style/TextAppearance.AppCompat"
         android:textSize="@dimen/_13sdp"
         app:layout_constraintStart_toEndOf="@+id/home_fragment_time"