Skip to content
Snippets Groups Projects
Commit 6081876b authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Trying to fix a crash w.r.t. too many levels of redirected attrs

parent 9e8309fd
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="right|bottom"
android:layout_marginBottom="16dp"
android:layout_marginRight="80dp"
android:layout_marginBottom="24dp"
android:layout_marginRight="24dp"
android:tint="#ffffff"
app:backgroundTint="#8A000000"
app:elevation="0dip"
......
......@@ -21,8 +21,8 @@
android:layout_height="wrap_content"
android:layout_gravity="end"
android:gravity="end"
android:textColor="?android:attr/textColorPrimaryInverse"
android:textSize="28sp"
android:theme="@style/TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse"
tools:text="Connection" />
<android.support.v4.widget.Space
......@@ -36,8 +36,8 @@
android:layout_height="wrap_content"
android:layout_gravity="end"
android:gravity="end"
android:textColor="?android:attr/textColorSecondaryInverse"
android:textSize="16sp"
android:theme="@style/TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse"
tools:text="First, please choose which server your core is hosted on." />
</LinearLayout>
......
......@@ -9,25 +9,18 @@
android:layout_width="match_parent"
android:layout_height="match_parent" />
<FrameLayout
android:layout_width="400dp"
<android.support.design.widget.FloatingActionButton
android:id="@+id/next_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|center">
<android.support.design.widget.FloatingActionButton
android:id="@+id/next_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="right|bottom"
android:layout_marginBottom="16dp"
android:layout_marginRight="16dp"
android:tint="#ffffff"
app:backgroundTint="#8A000000"
app:elevation="0dip"
app:fabSize="normal"
app:pressedTranslationZ="0dip"
tools:ignore="RtlHardcoded" />
</FrameLayout>
android:layout_gravity="right|bottom"
android:layout_marginBottom="24dp"
android:layout_marginRight="24dp"
android:tint="#ffffff"
app:backgroundTint="#8A000000"
app:elevation="0dip"
app:fabSize="normal"
app:pressedTranslationZ="0dip"
tools:ignore="RtlHardcoded" />
</merge>
......@@ -24,16 +24,16 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="8dp"
android:textColor="?android:attr/textColorPrimaryInverse"
android:textSize="28sp"
android:theme="@style/TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse"
tools:text="Connection" />
<TextView
android:id="@+id/description"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="?android:attr/textColorSecondaryInverse"
android:textSize="16sp"
android:theme="@style/TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse"
tools:text="First, please choose which server your core is hosted on." />
</LinearLayout>
......
......@@ -44,8 +44,8 @@
android:layout_marginRight="48dp"
android:layout_marginStart="32dp"
android:layout_marginTop="8dp"
android:textColor="?android:attr/textColorSecondaryInverse"
android:textSize="16sp"
android:theme="@style/TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse"
tools:text="First, please choose which server your core is hosted on." />
</LinearLayout>
......
......@@ -20,6 +20,7 @@
android:layout_width="48dp"
android:layout_height="48dp"
android:layout_gravity="center_vertical"
android:background="@null"
android:clickable="false" />
</LinearLayout>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment