Skip to content

Commit

Permalink
Playstore Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Saurabh Joshi committed Jul 28, 2014
1 parent 3b7ad04 commit 21b0921
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 15 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vitinfo2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 20
versionCode 27
versionName "3.4.3"
versionCode 28
versionName "3.4.4"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ public void onClick(Object result, boolean isLongPress) {
ShowcaseView.ConfigOptions f = new ShowcaseView.ConfigOptions();
f.hideOnClickOutside = false;
f.centerText = true;
ShowcaseView.insertShowcaseView(listView, getActivity(), "Delete", "To delete friend swipe from the right", f).setScaleMultiplier(2f);
//ShowcaseView.insertShowcaseView(listView, getActivity(), "Delete", "To delete friend swipe from the right", f).setScaleMultiplier(2f);
dat.saveviewShowCaseFrnd(true);
}
}
Expand Down
13 changes: 8 additions & 5 deletions vitinfo2/src/main/res/layout/now_list_item_noclass.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,22 @@
android:layout_width="64dp"
android:layout_height="64dp"
android:src = "@drawable/flag"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"
android:layout_marginTop="31dp" />
android:layout_alignParentLeft="true"
android:layout_centerVertical="true"
/>

<com.devspark.robototextview.widget.RobotoTextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height = "wrap_content"
android:layout_width = "wrap_content"
android:layout_marginTop="16dp"
android:layout_marginLeft="15dp"
android:singleLine="true"
android:text="No class right now!"
app:typeface="roboto_light"
android:textAppearance="?android:attr/textAppearanceMedium"
android:layout_below="@+id/now_item_img_noclass"
android:layout_centerHorizontal="true" />
android:layout_toRightOf="@id/now_item_img_noclass"
android:layout_alignBaseline="@id/now_item_img_noclass"
/>

</RelativeLayout>
1 change: 0 additions & 1 deletion vitinfo2/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
<string-array name="friends_details">
<item>Delete</item>
<item>Change display name</item>
<item>Common classes</item>
</string-array>

<string-array name="notifications_detail">
Expand Down
4 changes: 2 additions & 2 deletions vitinfo2/vitinfo2.iml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@
<orderEntry type="library" exported="" name="recyclerview-v7-21.0.0-rc1" level="project" />
<orderEntry type="library" exported="" name="gson-2.2.4" level="project" />
<orderEntry type="library" exported="" name="Parse-1.5.1" level="project" />
<orderEntry type="library" exported="" name="androidasync-1.3.7" level="project" />
<orderEntry type="library" exported="" name="ion-1.3.7" level="project" />
<orderEntry type="library" exported="" name="support-v4-21.0.0-rc1" level="project" />
<orderEntry type="library" exported="" name="androidasync-1.2.6" level="project" />
<orderEntry type="library" exported="" name="circleimageview-1.1.1" level="project" />
<orderEntry type="library" exported="" name="play-services-5.0.77" level="project" />
<orderEntry type="library" exported="" name="appcompat-v7-20.0.0" level="project" />
<orderEntry type="library" exported="" name="core-3.0.1" level="project" />
<orderEntry type="library" exported="" name="library-2.4.0" level="project" />
<orderEntry type="library" exported="" name="library-2.4.1" level="project" />
<orderEntry type="library" exported="" name="ion-1.2.7" level="project" />
<orderEntry type="module" module-name="robototextview" exported="" />
<orderEntry type="module" module-name="hololib" exported="" />
<orderEntry type="module" module-name="showcaseview" exported="" />
Expand Down

0 comments on commit 21b0921

Please sign in to comment.