Skip to content

Commit

Permalink
Merge branch 'travis' of https://github.com/gabrielemariotti/cardslib
Browse files Browse the repository at this point in the history
…into dev2
  • Loading branch information
gabrielemariotti committed May 12, 2015
2 parents 2a8c14b + 28878a3 commit fee4d4a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Expand Up @@ -5,12 +5,15 @@ android:
- build-tools-22.0.1
# The SDK version used to compile your project
- android-22
# Additional components
- extra-android-m2repository



branches:
only:
- master
- dev
- travis


notifications:
email: false
Expand Down
Expand Up @@ -78,6 +78,7 @@ public void onActivityCreated(Bundle savedInstanceState) {
*/
private void initCard() {


//Init an array of Cards
ArrayList<Card> cards = new ArrayList<Card>();
for (int i = 0; i < 20; i++) {
Expand Down
Expand Up @@ -25,13 +25,14 @@
android:layout_width="match_parent"
android:layout_height="match_parent">

<!--
<com.jpardogo.android.googleprogressbar.library.GoogleProgressBar
android:id="@+id/google_progress"
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_gravity="center"
gpb:type="nexus_rotation_cross"/>

-->

<TextView
android:layout_width="wrap_content"
Expand Down

0 comments on commit fee4d4a

Please sign in to comment.