..
This commit is contained in:
@@ -12,48 +12,54 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal"
|
||||
android:gravity="center"
|
||||
android:clipChildren="false"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintVertical_bias="0.4">
|
||||
|
||||
<!-- Massive Dimensions: 220dp x 330dp -->
|
||||
<ImageView
|
||||
android:id="@+id/digit1"
|
||||
android:layout_width="120dp"
|
||||
android:layout_height="180dp"
|
||||
android:layout_width="220dp"
|
||||
android:layout_height="330dp"
|
||||
android:src="@drawable/num_1"
|
||||
android:layout_marginRight="-60dp"
|
||||
tools:src="@drawable/num_1" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/digit2"
|
||||
android:layout_width="120dp"
|
||||
android:layout_height="180dp"
|
||||
android:layout_width="220dp"
|
||||
android:layout_height="330dp"
|
||||
android:src="@drawable/num_2"
|
||||
android:layout_marginRight="-60dp"
|
||||
tools:src="@drawable/num_2" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/colon"
|
||||
android:layout_width="60dp"
|
||||
android:layout_height="180dp"
|
||||
android:layout_width="110dp"
|
||||
android:layout_height="330dp"
|
||||
android:src="@drawable/num_colon"
|
||||
tools:src="@drawable/num_colon"
|
||||
android:layout_marginLeft="10dp"
|
||||
android:layout_marginRight="10dp"/>
|
||||
android:layout_marginTop="-15dp"
|
||||
android:layout_marginLeft="15dp"
|
||||
android:layout_marginRight="-45dp"
|
||||
tools:src="@drawable/num_colon" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/digit3"
|
||||
android:layout_width="120dp"
|
||||
android:layout_height="180dp"
|
||||
android:src="@drawable/num_0"
|
||||
tools:src="@drawable/num_0" />
|
||||
android:layout_width="220dp"
|
||||
android:layout_height="330dp"
|
||||
android:src="@drawable/num_3"
|
||||
android:layout_marginRight="-60dp"
|
||||
tools:src="@drawable/num_3" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/digit4"
|
||||
android:layout_width="120dp"
|
||||
android:layout_height="180dp"
|
||||
android:src="@drawable/num_1"
|
||||
tools:src="@drawable/num_1" />
|
||||
android:layout_width="220dp"
|
||||
android:layout_height="330dp"
|
||||
android:src="@drawable/num_5"
|
||||
tools:src="@drawable/num_5" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
@@ -61,10 +67,10 @@
|
||||
android:id="@+id/dateTextView"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="sans-serif-black"
|
||||
android:fontFamily="@font/fredoka_one"
|
||||
android:text="Dec 25"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="32sp"
|
||||
android:textSize="40sp"
|
||||
android:alpha="0.8"
|
||||
app:layout_constraintEnd_toEndOf="@+id/clockLayout"
|
||||
app:layout_constraintStart_toStartOf="@+id/clockLayout"
|
||||
@@ -74,9 +80,9 @@
|
||||
android:id="@+id/weatherTextView"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="16dp"
|
||||
android:fontFamily="sans-serif-black"
|
||||
android:textSize="24sp"
|
||||
android:layout_marginTop="20dp"
|
||||
android:fontFamily="@font/fredoka_one"
|
||||
android:textSize="30sp"
|
||||
android:textColor="@color/white"
|
||||
android:alpha="0.7"
|
||||
android:text="@string/weather_loading"
|
||||
|
||||
Reference in New Issue
Block a user