Skip to content

Commit

Permalink
try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lsxiao committed May 24, 2017
1 parent 87055ea commit 68bd4e6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ dependencies {
compile 'com.android.support:design:25.3.1'

compile project(":library")
// compile 'com.github.lsxiao:capa:85cdf7a3d8'
// compile 'com.github.lsxiao:capa:87055ead38'
compile parent.ext.libs.cardView
}
2 changes: 1 addition & 1 deletion app/src/main/java/com/lsxiao/demo/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import android.view.View;
import android.widget.Button;

import com.lsxiao.capa.library.CapaLayout;
import com.lsxiao.capa.CapaLayout;

public class MainActivity extends AppCompatActivity implements View.OnClickListener {
CapaLayout capaLayout;
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
android:textSize="12sp"/>
</LinearLayout>

<com.lsxiao.capa.library.CapaLayout
<com.lsxiao.capa.CapaLayout
android:id="@+id/capa_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
Expand All @@ -84,5 +84,5 @@
android:textSize="16sp"/>
</android.support.v7.widget.CardView>

</com.lsxiao.capa.library.CapaLayout>
</com.lsxiao.capa.CapaLayout>
</LinearLayout>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.lsxiao.capa.library;
package com.lsxiao.capa;

import android.content.Context;
import android.content.res.TypedArray;
Expand Down

0 comments on commit 68bd4e6

Please sign in to comment.