mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-22 00:50:55 +00:00
Started working on night mode
This commit is contained in:
parent
847d8acdd4
commit
27c70aea27
5 changed files with 21 additions and 3 deletions
|
@ -32,6 +32,7 @@
|
|||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@color/background"
|
||||
app:layout_behavior="@string/appbar_scrolling_view_behavior"
|
||||
tools:context="me.impy.aegis.MainActivity"
|
||||
tools:showIn="@layout/activity_main">
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:id="@+id/profile_name"
|
||||
android:text="Post title"
|
||||
android:textColor="@color/secondary_text"
|
||||
android:textSize="20sp"
|
||||
android:layout_below="@+id/profile_code"
|
||||
android:layout_alignLeft="@+id/profile_code"
|
||||
|
@ -56,7 +57,7 @@
|
|||
android:text="Medium Text"
|
||||
android:id="@+id/profile_code"
|
||||
android:textSize="36sp"
|
||||
android:textColor="?android:attr/textColorPrimary"
|
||||
android:textColor="@color/primary_text"
|
||||
android:layout_marginLeft="6dp"
|
||||
android:layout_marginStart="6dp"
|
||||
android:layout_alignParentTop="true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue