Skip to content

Commit

Permalink
fixing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyari committed Jan 23, 2018
1 parent 44ad681 commit ae824e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions app/app.iml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,13 @@
<sourceFolder url="file://$MODULE_DIR$/src/test/shaders" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/blame" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/manifests" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/res" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/splits-support" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/tmp" />
<excludeFolder url="file://$MODULE_DIR$/build/kotlin" />
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
</content>
<orderEntry type="jdk" jdkName="Android API 26 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
Expand Down
6 changes: 3 additions & 3 deletions jomopay/src/main/res/layout-en/checkout_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@
android:background="#c0000000"
android:visibility="invisible">

<com.apprator.kanafandisaudi.Items.CircularProgress
<com.projectx.jomopay.components.CircularProgress
android:id="@+id/progressBar"
android:layout_width="@dimen/cart_sbt_button_height"
android:layout_height="@dimen/cart_sbt_button_height"
android:layout_width="30dp"
android:layout_height="30dp"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:visibility="visible"
Expand Down

0 comments on commit ae824e1

Please sign in to comment.