PopUp now looks better on hell theme

This commit is contained in:
Somethingweirdhere 2018-06-11 21:41:49 +02:00 committed by Christian Schabesberger
parent 7191f39646
commit 188227a94c
3 changed files with 10 additions and 9 deletions

View file

@ -20,14 +20,14 @@
android:paddingBottom="2dp"
android:paddingTop="2dp"
android:text="@string/selection"
android:textStyle="bold" />
android:textAppearance="?android:attr/textAppearanceLarge" />
<android.support.v7.widget.RecyclerView
android:id="@+id/tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="0dp"
android:background="@color/black_background_color">
android:background="@color/gray_transparent">
</android.support.v7.widget.RecyclerView>
@ -38,14 +38,14 @@
android:paddingBottom="2dp"
android:paddingTop="2dp"
android:text="@string/chosenTabs"
android:textStyle="bold" />
android:textAppearance="?android:attr/textAppearanceLarge" />
<android.support.v7.widget.RecyclerView
android:id="@+id/usedTabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="0dp"
android:background="@color/black_background_color" />
android:background="@color/gray_transparent" />
</LinearLayout>
<LinearLayout

View file

@ -14,7 +14,7 @@
android:paddingLeft="2dp"
android:paddingStart="3dp"
android:paddingTop="2dp"
android:textColor="@color/background_title_color"
android:textAppearance="?android:attr/textAppearanceListItem"
android:textSize="24sp"
android:layout_toStartOf="@id/buttonDown"
android:layout_toLeftOf="@id/buttonDown"
@ -30,7 +30,7 @@
android:layout_centerVertical="true"
android:layout_marginEnd="0dp"
android:layout_marginRight="0dp"
android:background="@color/black_background_color" />
android:background="@color/transparent_background_color" />
<Button
android:id="@+id/buttonDown"
@ -39,7 +39,7 @@
android:layout_centerVertical="true"
android:layout_toLeftOf="@+id/buttonUp"
android:layout_toStartOf="@+id/buttonUp"
android:background="@color/black_background_color" />
android:background="@color/transparent_background_color" />
<Button
android:id="@+id/buttonUp"
@ -48,6 +48,6 @@
android:layout_centerVertical="true"
android:layout_toLeftOf="@+id/buttonAddRemove"
android:layout_toStartOf="@+id/buttonAddRemove"
android:background="@color/black_background_color" />
android:background="@color/transparent_background_color" />
</RelativeLayout>