mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-16 04:19:19 +00:00
Update: Almost Full Rewrite of theme
This commit is contained in:
@ -10,21 +10,21 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?android:attr/colorBackground"
|
||||
android:elevation="0dp"
|
||||
android:paddingHorizontal="10dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
<com.looker.droidify.widget.Toolbar
|
||||
android:id="@+id/toolbar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="10dp"
|
||||
android:backgroundTint="?attr/colorPrimarySurface"
|
||||
android:background="@drawable/background_border" />
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/toolbar_extra"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="10dp"
|
||||
android:layout_marginHorizontal="10dp" />
|
||||
android:layout_marginTop="10dp" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
@ -34,7 +34,6 @@
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1"
|
||||
android:background="?android:attr/colorBackground"
|
||||
android:layout_marginHorizontal="10dp"
|
||||
android:layout_marginTop="10dp" />
|
||||
android:layout_marginHorizontal="10dp" />
|
||||
|
||||
</com.looker.droidify.widget.FragmentLinearLayout>
|
||||
|
@ -54,7 +54,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingBottom="2sp"
|
||||
android:singleLine="true"
|
||||
android:textColor="?attr/subTextColor"
|
||||
android:textColor="?attr/colorSurface"
|
||||
android:textSize="12sp" />
|
||||
|
||||
</LinearLayout>
|
||||
@ -86,7 +86,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginBottom="2dp"
|
||||
android:indeterminateTint="?android:attr/colorPrimary" />
|
||||
android:indeterminateTint="?attr/colorPrimary" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:backgroundTint="?attr/colorPrimarySurface"
|
||||
android:background="@drawable/background_border"
|
||||
android:orientation="vertical">
|
||||
|
||||
|
Reference in New Issue
Block a user