Merge branch 'feat_merchants' of github.com:Agorise/bitsy-wallet into feat_merchants
This commit is contained in:
commit
b2c355210d
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
android:theme="@style/AppTheme"
|
||||
tools:ignore="GoogleAppIndexingWarning">
|
||||
<activity
|
||||
android:name=".activities.MainActivity"
|
||||
android:name="de.bitshares_munich.smartcoinswallet.ReceiveActivity"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/AppTheme.NoActionBar">
|
||||
<intent-filter>
|
||||
|
|
|
@ -11,10 +11,10 @@ import androidx.appcompat.widget.AppCompatImageView
|
|||
*/
|
||||
|
||||
class SquaredImageView : AppCompatImageView {
|
||||
|
||||
constructor(context: Context) : super(context)
|
||||
|
||||
constructor(context: Context, @Nullable attrs: AttributeSet) : super(context, attrs)
|
||||
|
||||
constructor(context: Context, @Nullable attrs: AttributeSet, defStyleAttr: Int) : super(
|
||||
context,
|
||||
attrs,
|
||||
|
|
Loading…
Reference in a new issue