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