mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-23 17:40:58 +00:00
Started working on themes
This commit is contained in:
parent
1182df481b
commit
fe44bdbb65
10 changed files with 132 additions and 8 deletions
|
@ -54,7 +54,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="0.4"
|
||||
android:background="@color/background"
|
||||
android:background="?attr/background"
|
||||
android:orientation="vertical">
|
||||
|
||||
<RelativeLayout
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@color/background"
|
||||
android:background="?attr/background"
|
||||
app:layout_behavior="@string/appbar_scrolling_view_behavior"
|
||||
tools:context="me.impy.aegis.MainActivity"
|
||||
tools:showIn="@layout/activity_main">
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
<LinearLayout
|
||||
android:orientation="horizontal"
|
||||
android:background="?attr/background"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
|
@ -44,7 +45,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:id="@+id/profile_name"
|
||||
android:text="Post title"
|
||||
android:textColor="@color/secondary_text"
|
||||
android:textColor="?attr/secondaryText"
|
||||
android:textSize="20sp"
|
||||
android:layout_below="@+id/profile_code"
|
||||
android:layout_alignLeft="@+id/profile_code"
|
||||
|
@ -59,7 +60,7 @@
|
|||
android:text="Medium Text"
|
||||
android:id="@+id/profile_code"
|
||||
android:textSize="36sp"
|
||||
android:textColor="@color/primary_text"
|
||||
android:textColor="?attr/primaryText"
|
||||
android:layout_marginLeft="6dp"
|
||||
android:layout_marginStart="6dp"
|
||||
android:layout_alignParentTop="true"
|
||||
|
@ -74,6 +75,7 @@
|
|||
android:padding="0dp"
|
||||
android:layout_margin="0dp"
|
||||
android:layout_width="match_parent"
|
||||
android:background="?attr/background"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<ProgressBar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue