-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ab2d526
commit 0ba016d
Showing
70 changed files
with
583 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
### Integration of Custom Browser (Latest version 6.1) | ||
### Integration of Custom Browser (Latest version 7.0) |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<set xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<translate | ||
android:duration="500" | ||
android:fromYDelta="100%p" | ||
android:interpolator="@android:anim/linear_interpolator" | ||
android:toYDelta="0%p"> | ||
|
||
</translate> | ||
</set> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<set xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<translate | ||
android:duration="500" | ||
android:fromYDelta="0%p" | ||
android:interpolator="@android:anim/linear_interpolator" | ||
android:toYDelta="100%p"> | ||
|
||
</translate> | ||
</set> |
Binary file not shown.
File renamed without changes
Binary file not shown.
Binary file not shown.
File renamed without changes
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Diff not rendered.
0
res/drawable-xxhdpi-v4/hourglass.png → res/drawable-xxhdpi/hourglass.png
100644 → 100755
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Diff not rendered.
File renamed without changes
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<shape xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:shape="oval"> | ||
<size android:height="5dp" | ||
android:width="5dp"/> | ||
<solid android:color="@color/cb_grey"></solid> | ||
</shape> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item> | ||
<shape android:shape="rectangle"> | ||
<size android:width="50dp" android:height="100dp" /> | ||
<gradient android:angle="90" android:centerColor="#00464600" android:endColor="#00464600" android:startColor="@color/cb_dark_grey" /> | ||
</shape> | ||
</item> | ||
</selector> |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:tools="http://schemas.android.com/tools" | ||
android:layout_width="match_parent" | ||
android:background="@android:color/transparent" | ||
android:layout_height="match_parent" | ||
android:clickable="true" | ||
tools:context="com.payu.custombrowser.ReviewOrderFragment"> | ||
|
||
<View | ||
style="@style/cb_horizontal_line" | ||
android:layout_alignParentTop="true" | ||
android:id="@+id/v_payu_review_shadow"/> | ||
|
||
<RelativeLayout | ||
android:layout_width="wrap_content" | ||
android:background="@android:color/transparent" | ||
android:id="@+id/r_payu_constant_height" | ||
android:layout_below="@id/v_payu_review_shadow" | ||
android:layout_height="wrap_content"> | ||
<RelativeLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:background="@android:color/white" | ||
android:id="@+id/r_payu_review_order" | ||
> | ||
<TextView | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:layout_centerHorizontal="true" | ||
android:background="@android:color/white" | ||
android:layout_alignParentTop="true" | ||
android:layout_gravity="center_vertical" | ||
android:fontFamily="sans-serif-regular" | ||
android:padding="10dp" | ||
android:id="@+id/t_payu_review_order_information" | ||
android:text="@string/order_information" | ||
android:textColor="@color/cb_dark_grey" | ||
android:textSize="18sp" | ||
android:textStyle="bold" /> | ||
|
||
|
||
<ScrollView | ||
android:id="@+id/s_payu_review_details" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:layout_below="@id/t_payu_review_order_information" | ||
android:scrollbars="vertical"> | ||
|
||
<LinearLayout | ||
android:id="@+id/payu_review_order_list" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:background="@android:color/white" | ||
android:orientation="vertical" | ||
android:paddingLeft="20dp" | ||
android:paddingRight="20dp"></LinearLayout> | ||
</ScrollView> | ||
</RelativeLayout> | ||
|
||
<ImageView | ||
android:id="@+id/i_payu_close_review" | ||
android:layout_width="30dp" | ||
android:layout_height="30dp" | ||
android:layout_alignParentRight="true" | ||
android:paddingBottom="2dp" | ||
android:paddingRight="10dp" | ||
android:paddingTop="5dp" | ||
android:src="@drawable/cb_payu_close_grey" /> | ||
</RelativeLayout> | ||
</RelativeLayout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.