Archived
Version bump 2.0.3 - course card attributes on the right now expand to up to 200dp, necessary declarations for notifications are now only made when a notification is requested
This commit is contained in:
@@ -33,14 +33,15 @@
|
||||
|
||||
<TextView
|
||||
android:id="@+id/date"
|
||||
android:layout_width="100dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="0dp"
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:textAlignment="textEnd"
|
||||
android:textColor="@color/textcolor"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintWidth_max="200dp"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/time"
|
||||
@@ -48,10 +49,10 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="8dp"
|
||||
android:textAlignment="textEnd"
|
||||
android:textColor="@color/textcolor"
|
||||
app:layout_constraintEnd_toEndOf="@+id/date"
|
||||
app:layout_constraintStart_toStartOf="@+id/date"
|
||||
app:layout_constraintTop_toBottomOf="@+id/date"
|
||||
android:textColor="@color/textcolor" />
|
||||
app:layout_constraintWidth_max="200dp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/course"
|
||||
@@ -75,8 +76,8 @@
|
||||
android:textColor="@color/textcolor"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="@+id/time"
|
||||
app:layout_constraintStart_toStartOf="@+id/time"
|
||||
app:layout_constraintTop_toBottomOf="@+id/time" />
|
||||
app:layout_constraintTop_toBottomOf="@+id/time"
|
||||
app:layout_constraintWidth_max="200dp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/additional"
|
||||
|
||||
Reference in New Issue
Block a user