mirror of
				https://github.com/pierre42100/ComunicAndroid
				synced 2025-10-31 09:34:47 +00:00 
			
		
		
		
	Removed useless file
This commit is contained in:
		| @@ -1,27 +0,0 @@ | ||||
| package org.communiquons.android.comunic.client.ui.views; | ||||
|  | ||||
| import android.content.Context; | ||||
| import android.support.annotation.NonNull; | ||||
| import android.support.annotation.Nullable; | ||||
| import android.util.AttributeSet; | ||||
|  | ||||
| /** | ||||
|  * Group membership button | ||||
|  * | ||||
|  * @author Pierre HUBERT | ||||
|  */ | ||||
| public class GroupMembeshipStatusView extends BaseFrameLayoutView { | ||||
|     public GroupMembeshipStatusView(@NonNull Context context) { | ||||
|         this(context, null); | ||||
|     } | ||||
|  | ||||
|     public GroupMembeshipStatusView(@NonNull Context context, @Nullable AttributeSet attrs) { | ||||
|         this(context, attrs, 0); | ||||
|     } | ||||
|  | ||||
|     public GroupMembeshipStatusView(@NonNull Context context, @Nullable AttributeSet attrs, int defStyleAttr) { | ||||
|         super(context, attrs, defStyleAttr); | ||||
|  | ||||
|  | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Pierre HUBERT
					Pierre HUBERT