Skip to content

Commit

Permalink
* delete old obsolete classes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Nov 16, 2019
1 parent ee56463 commit a7ef069
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 5,155 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import android.view.ViewGroup
import android.widget.TextView
import androidx.fragment.app.Fragment
import com.mikepenz.iconics.typeface.library.fontawesome.FontAwesome
import com.mikepenz.materialdrawer.Drawer
import com.mikepenz.materialdrawer.app.R
import com.mikepenz.materialdrawer.model.PrimaryDrawerItem
import com.mikepenz.materialdrawer.model.SecondaryDrawerItem
Expand All @@ -22,8 +21,6 @@ import kotlinx.android.synthetic.main.activity_sample.*
*/
class DrawerFragment : Fragment() {

private var result: Drawer? = null

override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View? {
// Inflate the layout for this fragment
// don't look at this layout it's just a listView to show how to handle the keyboard
Expand Down
Loading

0 comments on commit a7ef069

Please sign in to comment.