Skip to content

Commit

Permalink
Merge pull request #10 from myxor/v0.3
Browse files Browse the repository at this point in the history
V0.3
  • Loading branch information
myxor authored Dec 9, 2019
2 parents d1657ad + c9b29ce commit d99366a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Everyone else in the group must submit to the king and always address him with t

When the two hours of regency are over, the next regent is determined by random.

## Is one really always king?
## Is one always king?

Not really.

Expand Down
25 changes: 19 additions & 6 deletions app/src/main/res/layout/content_about.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<TextView
android:id="@+id/textView2"
android:layout_width="wrap_content"
android:layout_height="33dp"
android:layout_marginStart="52dp"
android:layout_marginTop="60dp"
android:text="WhoRules by Marco Heiming"
android:layout_height="wrap_content"
android:layout_marginStart="104dp"
android:layout_marginTop="52dp"
android:text="WhoRules"
android:textSize="24sp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
Expand All @@ -23,10 +23,23 @@
android:id="@+id/imageView3"
android:layout_width="108dp"
android:layout_height="108dp"
android:layout_marginBottom="215dp"
android:layout_marginBottom="284dp"
android:contentDescription="Logo"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.5"
app:layout_constraintHorizontal_bias="0.49"
app:layout_constraintStart_toStartOf="parent"
app:srcCompat="@mipmap/ic_launcher_foreground" />

<TextView
android:id="@+id/textView3"
android:layout_width="185dp"
android:layout_height="19dp"
android:layout_marginStart="68dp"
android:layout_marginTop="274dp"
android:autoLink="web"
android:text="github.com/myxor/WhoRules"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />

</android.support.constraint.ConstraintLayout>

0 comments on commit d99366a

Please sign in to comment.