Skip to content

Commit a0bae2d

Browse files
committed
合并代码
1 parent 6b1ebe4 commit a0bae2d

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/clock/study/activity/AnimationTestActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public long getItemId(int position) {
5959
@Override
6060
public View getView(int position, View convertView, ViewGroup parent) {
6161
if (convertView == null) {
62-
convertView = View.inflate(parent.getContext(), R.layout.list_view_test_item, null);
62+
convertView = View.inflate(parent.getContext(), R.layout.author_info_layout, null);
6363
}
6464
return convertView;
6565
}

src/main/res/layout/activity_animator.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<include
1212
android:id="@+id/anim_target"
13-
layout="@layout/list_view_test_item" />
13+
layout="@layout/author_info_layout" />
1414

1515
<ScrollView
1616
android:layout_width="match_parent"
File renamed without changes.

0 commit comments

Comments
 (0)