Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
feat(app): add applications tab
Browse files Browse the repository at this point in the history
Signed-off-by: Rafa Hernandez <rhernandez@teclib.com>
  • Loading branch information
rafaelje authored and Hector Rondon committed Feb 19, 2018
1 parent 762c81b commit 519f445
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions app/src/main/java/org/flyve/mdm/agent/ui/FragmentAppList.java
@@ -1,5 +1,6 @@
package org.flyve.mdm.agent.ui;


import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.widget.SwipeRefreshLayout;
Expand All @@ -14,6 +15,7 @@
import java.util.HashMap;
import java.util.List;


/*
* Copyright © 2018 Teclib. All rights reserved.
*
Expand All @@ -40,6 +42,7 @@
* @link https://flyve-mdm.com
* ------------------------------------------------------------------------------
*/

public class FragmentAppList extends Fragment {

private List<HashMap<String, String>> arrData;
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_app_list.xml
Expand Up @@ -28,4 +28,4 @@
android:layout_centerVertical="true"
android:visibility="gone" />

</RelativeLayout>
</RelativeLayout>

0 comments on commit 519f445

Please sign in to comment.