Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Commit

Permalink
update read
Browse files Browse the repository at this point in the history
  • Loading branch information
litao0621 committed May 4, 2016
1 parent 7321e99 commit 77eb642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class YourActivity extends BaseGalleryActivity{
android:id="@+id/gallery_root"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="48dp"/>
/>
</RelativeLayout>
```
### Step 3: 在你的activity中调用此 `attachFragment(R.id.gallery_root)`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class YourActivity extends BaseGalleryActivity{
android:id="@+id/gallery_root"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="48dp"/>
/>
</RelativeLayout>
```
### Step 3: call `attachFragment(R.id.gallery_root)` method on YourActivity
Expand Down

0 comments on commit 77eb642

Please sign in to comment.