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"
|
android:theme="@style/AppTheme"
|
||||||
tools:ignore="GoogleAppIndexingWarning">
|
tools:ignore="GoogleAppIndexingWarning">
|
||||||
<activity
|
<activity
|
||||||
android:name=".activities.MainActivity"
|
android:name="de.bitshares_munich.smartcoinswallet.ReceiveActivity"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:theme="@style/AppTheme.NoActionBar">
|
android:theme="@style/AppTheme.NoActionBar">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
|
|
|
@ -11,10 +11,10 @@ import androidx.appcompat.widget.AppCompatImageView
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class SquaredImageView : AppCompatImageView {
|
class SquaredImageView : AppCompatImageView {
|
||||||
|
|
||||||
constructor(context: Context) : super(context)
|
constructor(context: Context) : super(context)
|
||||||
|
|
||||||
constructor(context: Context, @Nullable attrs: AttributeSet) : super(context, attrs)
|
constructor(context: Context, @Nullable attrs: AttributeSet) : super(context, attrs)
|
||||||
|
|
||||||
constructor(context: Context, @Nullable attrs: AttributeSet, defStyleAttr: Int) : super(
|
constructor(context: Context, @Nullable attrs: AttributeSet, defStyleAttr: Int) : super(
|
||||||
context,
|
context,
|
||||||
attrs,
|
attrs,
|
||||||
|
|
Loading…
Reference in a new issue