mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
Removed extra code. Fixed Menu index
This commit is contained in:
parent
045f076b18
commit
70fec9fa45
3 changed files with 2 additions and 9 deletions
|
|
@ -347,7 +347,4 @@ To start, which parts of your life do you want to improve?</string>
|
|||
<string name="open_in_store">Open in play store</string>
|
||||
<string name="change_class_confirmation">Are you sure you want to change your class? This will cost 3 gems.</string>
|
||||
<string name="leaderMessage" formatted="false">Message from %1$s</string>
|
||||
|
||||
<!-- TODO: Remove or change this placeholder text -->
|
||||
<string name="hello_blank_fragment">Hello blank fragment</string>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -4,14 +4,10 @@ import android.os.Bundle;
|
|||
import android.support.v4.widget.SwipeRefreshLayout;
|
||||
import android.support.v7.widget.LinearLayoutManager;
|
||||
import android.support.v7.widget.RecyclerView;
|
||||
import android.util.Log;
|
||||
import android.view.LayoutInflater;
|
||||
import android.view.View;
|
||||
import android.view.ViewGroup;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
|
||||
import com.google.common.collect.Lists;
|
||||
import com.habitrpg.android.habitica.HabiticaApplication;
|
||||
import com.habitrpg.android.habitica.R;
|
||||
import com.habitrpg.android.habitica.callbacks.HabitRPGUserCallback;
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ public class MainDrawerBuilder {
|
|||
// Change the identificationIDs to the position IDs so that its easier to set the selected entry
|
||||
public static final int SIDEBAR_TASKS = 0;
|
||||
public static final int SIDEBAR_SKILLS = 1;
|
||||
public static final int SIDEBAR_INBOX = 15;
|
||||
public static final int SIDEBAR_INBOX = 2;
|
||||
public static final int SIDEBAR_TAVERN = 3;
|
||||
public static final int SIDEBAR_PARTY = 4;
|
||||
public static final int SIDEBAR_GUILDS = 5;
|
||||
|
|
@ -46,7 +46,7 @@ public class MainDrawerBuilder {
|
|||
public static final int SIDEBAR_SETTINGS = 12;
|
||||
public static final int SIDEBAR_HELP = 13;
|
||||
public static final int SIDEBAR_ABOUT = 14;
|
||||
|
||||
|
||||
public static AccountHeaderBuilder CreateDefaultAccountHeader(final Activity activity) {
|
||||
return new AccountHeaderBuilder()
|
||||
.withActivity(activity)
|
||||
|
|
|
|||
Loading…
Reference in a new issue