Skip to content

Commit

Permalink
홈수정중
Browse files Browse the repository at this point in the history
  • Loading branch information
jangwonseo committed Nov 4, 2015
1 parent 2835883 commit 8bfbfe0
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 8 deletions.
Binary file modified app/app-release.apk
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -395,14 +395,6 @@ public View getView(int position, View convertView, ViewGroup parent) {

isRecruit = (Button) convertView.findViewById(R.id.isrecruit);

isRecruit.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
Intent intent = new Intent(ListActivity.mContext, service_prepare.class);
ListActivity.mContext.startActivity(intent);
}
});

Item listviewitem = data.get(position);

// 깃발 활성화/비활성화
Expand Down
Binary file modified app/src/main/res/drawable/aathumbnail1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/aathumbnail2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/aathumbnail3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/aathumbnail4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/aathumbnail5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/aathumbnail6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/aathumbnail7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/aathumbnail8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/src/main/res/layout/list_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@
android:layout_height="match_parent"
android:background="@null"
android:focusable="false"
android:clickable="false"
/>

</LinearLayout>
Expand Down

0 comments on commit 8bfbfe0

Please sign in to comment.