theoyuncu8

Results 11 comments of theoyuncu8

please add; ``` public abstract class HText implements IHText { public void setColor(int color) { mHTextView.setTextColor(color); prepareAnimate(); } } ```

Hello, i found solution; https://github.com/hanks-zyh/HTextView/issues/120#issuecomment-1211788010 Windows için Posta ile gönderildi Kimden: ***@***.***> Gönderilme: 11 Ağustos 2022 Perşembe 12:04 Kime: ***@***.***> Bilgi: ***@***.***>; ***@***.***> Konu: Re: [hanks-zyh/HTextView] Evaporate setText Color Not...

@budowski hi, when i apply zoomy i can't listen ACTION_DOWN operation with ontouchListener. can you help? https://github.com/imablanco/Zoomy/issues/40

Can you update the project? @wasabeef

@ShawnLin013 help me please

really great work, I've added a view to the background myself before. there is another problem.. when we set a different font, there is a difference in size.. can you...

> android.view.ViewGroup.offsetRectBetweenParentAndChild (ViewGroup.java:6351) android.view.ViewGroup.offsetDescendantRectToMyCoords (ViewGroup.java:6280) androidx.core.widget.NestedScrollView.isWithinDeltaOfScreen (NestedScrollView.java:1580) androidx.core.widget.NestedScrollView.onSizeChanged (NestedScrollView.java:2135) android.view.View.sizeChange (View.java:23223) android.view.View.setFrame (View.java:23173) android.view.View.layout (View.java:23030) android.view.ViewGroup.layout (ViewGroup.java:6468) android.widget.FrameLayout.layoutChildren (FrameLayout.java:332) android.widget.FrameLayout.onLayout (FrameLayout.java:270) android.view.View.layout (View.java:23033) android.view.ViewGroup.layout (ViewGroup.java:6468) com.google.android.material.appbar.HeaderScrollingViewBehavior.layoutChild (HeaderScrollingViewBehavior.java:149) com.google.android.material.appbar.ViewOffsetBehavior.onLayoutChild (ViewOffsetBehavior.java:43) androidx.coordinatorlayout.widget.CoordinatorLayout.onLayout...

@Override protected void onLayout(boolean changed, int left, int top, int right, int bottom) { if (getChildCount() == 0) { addView(rootView); } for (int i = 0; i < getChildCount(); i++)...

hello, how can I set the font of the text in the edit text section as default? I'm not talking about changing fonts. by default, I want to change the...