Skip to content
This repository has been archived by the owner on Mar 17, 2019. It is now read-only.

Commit

Permalink
Merge pull request #78 from bdonald25/motionSplashScreen
Browse files Browse the repository at this point in the history
Added ability to turn splash screen off on Motion
  • Loading branch information
bdonald25 committed May 22, 2015
2 parents 4950499 + 061b780 commit 55e5ae0
Show file tree
Hide file tree
Showing 3 changed files with 549 additions and 474 deletions.
31 changes: 29 additions & 2 deletions Apps/Motion/res/layout/preset_screen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent">


<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLarge"
android:text="Preset Projects"
android:layout_gravity="center_horizontal" />

<Button
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand Down Expand Up @@ -30,9 +38,28 @@
android:layout_height="wrap_content"
android:layout_margin="10dp"
android:background="@drawable/button_rsense"
android:visibility="gone"
android:text="Select a project later."
android:textColor="#0066FF"
android:id="@+id/continue_button"
android:id="@+id/select_later_button"
android:layout_gravity="center_horizontal"
android:layout_weight="1"/>

<Button
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="10dp"
android:background="@drawable/button_rsense"
android:textColor="#0066FF"
android:id="@+id/last_project_button"
android:layout_gravity="center_horizontal"
android:layout_weight="1"/>

<CheckBox
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Show this screen when app launches"
android:id="@+id/show_screen"
android:layout_gravity="center_horizontal"
android:checked="true"
android:layout_marginBottom="20dp"/>
</LinearLayout>
Loading

0 comments on commit 55e5ae0

Please sign in to comment.