Skip to content

Commit

Permalink
Merge pull request #299 from LittleUncle/master
Browse files Browse the repository at this point in the history
#3 #142 第三次实验
  • Loading branch information
zengsn authored May 15, 2017
2 parents 3d089cc + 8fffe24 commit 3d843b4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,21 @@
android:text="@string/action_sign_in"
android:textStyle="bold" />

<ImageView
android:layout_marginTop="20dp"
android:layout_width="match_parent"
android:layout_height="128dp"
android:src="@drawable/welcome"/>

<TextView
android:textSize="20sp"
android:layout_margin="20dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:text="welcome login"/>


</LinearLayout>
</ScrollView>
</LinearLayout>

0 comments on commit 3d843b4

Please sign in to comment.