Skip to content

Commit

Permalink
Block Users and User Groups
Browse files Browse the repository at this point in the history
Adds a way to block users on long-hold which will delete them from the friends list and hide all friend requests from them. Also added a drop down menu for user groups however it has no functionality yet.
  • Loading branch information
markwinter committed Mar 30, 2014
1 parent 4a51c74 commit 88023a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/src/main/res/layout/group_item.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent">

</LinearLayout>
2 changes: 2 additions & 0 deletions app/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<resources></resources>

0 comments on commit 88023a4

Please sign in to comment.