Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
chinalwb committed Aug 23, 2020
1 parent ddcf471 commit 248a82a
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 8 deletions.
8 changes: 8 additions & 0 deletions .idea/modules.xml

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

6 changes: 6 additions & 0 deletions .idea/vcs.xml

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

36 changes: 36 additions & 0 deletions .idea/workspace.xml

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

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ protected void onCreate(Bundle savedInstanceState) {

ImageView imageView = (ImageView) findViewById(R.id.image);

Glide.with(this).load("http://a.hiphotos.baidu.com/image/h%3D300/sign=b18b23079522720e64cee4fa4bca0a3a/4a36acaf2edda3ccc4a53e450ce93901213f9216.jpg").into(imageView);
Glide.with(this).load("https://findicons.com/files/icons/734/phuzion/128/apps.png").into(imageView);
}

private void initViews() {
Expand Down
13 changes: 8 additions & 5 deletions ARE/app/src/main/res/layout/activity_index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
android:orientation="vertical"
tools:context="com.chinalwb.are.demo.IndexActivity">

<ImageView
android:id="@+id/image"
android:layout_width="100dp"
android:layout_height="100dp"
android:layout_gravity="center"
android:layout_margin="36dp"
/>

<Button
android:id="@+id/defaultToolbar"
Expand Down Expand Up @@ -57,11 +64,7 @@
android:textAllCaps="false"
android:text="Multiple AREditor in One Page"/>

<ImageView
android:id="@+id/image"
android:layout_width="300dp"
android:layout_height="300dp"
android:background="@color/colorAccent"/>



</LinearLayout>
4 changes: 2 additions & 2 deletions ARE/local.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#Thu Aug 20 17:01:52 KST 2020
sdk.dir=/Users/jgpak/Library/Android/sdk
#Sun Aug 23 08:30:05 CST 2020
sdk.dir=/Users/pact/Library/Android/sdk

0 comments on commit 248a82a

Please sign in to comment.